[UE] 区分 EditorOnly Properties / UFunctions #1800
BlurryLight
started this conversation in
Ideas
Replies: 2 comments
|
后面提个PR过来 |
0 replies
|
河里 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
puer默认导出的时候不区分EditorOnly的Property/UFunction,有些客户端同学在runtime的场景下还在使用这些函数/变量,造成运行期的时候才出现报错。
需要处理的场景:
处理不了的场景:
目前的一个思路是在导出的时候,对这种带有Editor属性的,追加一个
_EditorOnly的后缀在后面以强调这种属性。All reactions