AActor::IsActorBeginningPlayFromLevelStreaming

Returns whether an actor is beginning play in [DispatchBeginPlay()](API\Runtime\Engine\GameFramework\AActor\DispatchBeginPlay) during level streaming (which includes initial level load).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h

Include

#include "GameFramework/Actor.h"

Syntax

bool IsActorBeginningPlayFromLevelStreaming() const

Remarks

Returns whether an actor is beginning play in DispatchBeginPlay() during level streaming (which includes initial level load).

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