[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

 

 

 

你可能感兴趣的:(UE4)