UDemoNetDriver::IsLevelInitializedForActor

Returns true if this actor is considered to be in a loaded level

Windows
MacOS
Linux

Override Hierarchy

UNetDriver::IsLevelInitializedForActor()

UDemoNetDriver::IsLevelInitializedForActor()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h

Include

#include "Engine/DemoNetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp

Syntax

virtual bool IsLevelInitializedForActor
(
    const AActor * InActor,
    const UNetConnection * InConnection
) const

Remarks

Returns true if this actor is considered to be in a loaded level

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