E4-Unreal / test-simple-game-framework

simpleFramework for UE 5.1.0
MIT License
0 stars 1 forks source link

PostInitProperties, PostLoad, PostActorCreated #23

Open Eu4ng opened 1 year ago

Eu4ng commented 1 year ago

목적

액터가 생성되면서 호출되는 순서를 정리

SpawnActor

  1. PostInitProperties
  2. PostActorCreated
  3. OnConstruction

에디터 플레이

  1. PostInitProperties
  2. PostLoad

PostLoad is mutually exclusive with PostActorCreated.