Unreal Engine Forums
When was actor's ctor executed
Unreal Engine
Programming & Scripting
question
,
UE4
,
Engine-Source-Code
DENGsssSs
April 29, 2022, 3:57am
#1
I checked the actor’s life cycle, but it didn’t mention the constructor function,
image
1847×3018 215 KB
I want do something in ctor, but the behaivor is weired, and the breakpoint also not worked,
I have to move it to beginplay,
Is there somthing I need to learn