UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLevelInstanceActorImpl Class Reference

#include <LevelInstanceActorImpl.h>

Public Member Functions

 FLevelInstanceActorImpl ()
 
 FLevelInstanceActorImpl (ILevelInstanceInterface *InLevelInstance)
 
virtual ~FLevelInstanceActorImpl ()
 
virtual ENGINE_API void RegisterLevelInstance ()
 
virtual ENGINE_API void UnregisterLevelInstance ()
 
ENGINE_API const FLevelInstanceIDGetLevelInstanceID () const
 
ENGINE_API bool HasValidLevelInstanceID () const
 
virtual ENGINE_API bool IsLoadingEnabled () const
 
virtual ENGINE_API void OnLevelInstanceLoaded ()
 

Detailed Description

Provides base implementation for AActor classes implementing the ILevelInstanceInterface

Should be used as a member of the AActor class implementing ILevelInstanceInterface

See also
ILevelInstanceInterface, ALevelInstance

Constructor & Destructor Documentation

◆ FLevelInstanceActorImpl() [1/2]

FLevelInstanceActorImpl::FLevelInstanceActorImpl ( )
inline

◆ FLevelInstanceActorImpl() [2/2]

FLevelInstanceActorImpl::FLevelInstanceActorImpl ( ILevelInstanceInterface InLevelInstance)
inline

◆ ~FLevelInstanceActorImpl()

virtual FLevelInstanceActorImpl::~FLevelInstanceActorImpl ( )
inlinevirtual

Member Function Documentation

◆ GetLevelInstanceID()

const FLevelInstanceID & FLevelInstanceActorImpl::GetLevelInstanceID ( ) const

Begin ILevelInstanceInterface Implementaion

◆ HasValidLevelInstanceID()

bool FLevelInstanceActorImpl::HasValidLevelInstanceID ( ) const

◆ IsLoadingEnabled()

bool FLevelInstanceActorImpl::IsLoadingEnabled ( ) const
virtual

◆ OnLevelInstanceLoaded()

void FLevelInstanceActorImpl::OnLevelInstanceLoaded ( )
virtual

◆ RegisterLevelInstance()

void FLevelInstanceActorImpl::RegisterLevelInstance ( )
virtual

◆ UnregisterLevelInstance()

void FLevelInstanceActorImpl::UnregisterLevelInstance ( )
virtual

The documentation for this class was generated from the following files: