[UE4]Actor初始化时相关的父类函数

AActor::PreInitalizeComponents - Called before components of the actor are initialized

AActor::PostInitalizeComponents - Called after every Component is initialized

 

AActor::PostInitProperties - Called after Blueprint Properties are initialized

原文:

https://answers.unrealengine.com/questions/156055/passing-arguments-to-constructors-in-ue4.html

猜你喜欢

转载自aigo.iteye.com/blog/2298210