You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
定义函数如下:
TestGetData(): TestData { const a = { version: '1.0.0', name: 'Test', resolution: { resolutionHeight: 1920, resolutionWidth: 1080 } } return a; }
ue_bp.d.ts生成如下:
TestGetData() : void;
请问要如何将自定义的数据类型一同生成,可供其他ts蓝图访问
Beta Was this translation helpful? Give feedback.
All reactions