puerts
puerts copied to clipboard
[UE]ts定制的组件attach c++定义的组件报错
前置阅读 | Pre-reading
Puer的版本 | Puer Version
master分支
UE的版本 | UE Version
5.0.3
发生在哪个平台 | Platform
win
错误信息 | Error Message
ts定义的uproperty属性attach c++定义的component时,提示出错:
Error: SetupAttachment: can not find parent CharacterMesh0
不知算不算bug,还是UE本身机制所限?ts定义的Component没这个问题,可以正常被attach。
问题重现 | Bug reproduce
如上述所示