UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStreamingLevelsToConsider Struct Reference

#include <World.h>

Public Member Functions

 FStreamingLevelsToConsider ()
 
const TArray< TObjectPtr< ULevelStreaming > > & GetStreamingLevels () const
 
UE_API void AddReferencedObjects (UObject *InThis, FReferenceCollector &Collector)
 
UE_API void BeginConsideration ()
 
UE_API void EndConsideration ()
 
bool AreStreamingLevelsBeingConsidered ()
 
void Add (ULevelStreaming *StreamingLevel)
 
UE_API bool Remove (ULevelStreaming *StreamingLevel)
 
UE_API void RemoveAt (int32 Index)
 
UE_API bool Contains (ULevelStreaming *StreamingLevel) const
 
UE_API void Reset ()
 
UE_API void Reevaluate (ULevelStreaming *StreamingLevel)
 

Constructor & Destructor Documentation

◆ FStreamingLevelsToConsider()

FStreamingLevelsToConsider::FStreamingLevelsToConsider ( )
inline

Member Function Documentation

◆ Add()

void FStreamingLevelsToConsider::Add ( ULevelStreaming StreamingLevel)
inline

Add an element to the container if not already in the container.

◆ AddReferencedObjects()

void FStreamingLevelsToConsider::AddReferencedObjects ( UObject InThis,
FReferenceCollector Collector 
)

◆ AreStreamingLevelsBeingConsidered()

bool FStreamingLevelsToConsider::AreStreamingLevelsBeingConsidered ( )
inline

◆ BeginConsideration()

void FStreamingLevelsToConsider::BeginConsideration ( )

◆ Contains()

bool FStreamingLevelsToConsider::Contains ( ULevelStreaming StreamingLevel) const

◆ EndConsideration()

void FStreamingLevelsToConsider::EndConsideration ( )

◆ GetStreamingLevels()

const TArray< TObjectPtr< ULevelStreaming > > & FStreamingLevelsToConsider::GetStreamingLevels ( ) const
inline

◆ Reevaluate()

void FStreamingLevelsToConsider::Reevaluate ( ULevelStreaming StreamingLevel)

◆ Remove()

bool FStreamingLevelsToConsider::Remove ( ULevelStreaming StreamingLevel)

◆ RemoveAt()

void FStreamingLevelsToConsider::RemoveAt ( int32  Index)

◆ Reset()

void FStreamingLevelsToConsider::Reset ( )

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