bAllowTickBeforeBeginPlay

Whether we allow this Actor to tick before it receives the BeginPlay event.

Windows
MacOS
Linux

Syntax

uint8 bAllowTickBeforeBeginPlay: 1

Remarks

Whether we allow this Actor to tick before it receives the BeginPlay event. Normally we don't tick actors until after BeginPlay; this setting allows this behavior to be overridden. This Actor must be able to tick for this setting to be relevant.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss