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

Public Member Functions

FEventLoadNode2 ** AllocArcs (uint32 Count)
 
void FreeArcs (FEventLoadNode2 **Arcs, uint32 Count)
 

Public Attributes

TAsyncAtomic< int64TotalArcCount { 0 }
 
TAsyncAtomic< int64TotalAllocated { 0 }
 

Member Function Documentation

◆ AllocArcs()

FEventLoadNode2 ** FAsyncLoadEventGraphAllocator::AllocArcs ( uint32  Count)
inline

◆ FreeArcs()

void FAsyncLoadEventGraphAllocator::FreeArcs ( FEventLoadNode2 **  Arcs,
uint32  Count 
)
inline

Member Data Documentation

◆ TotalAllocated

TAsyncAtomic<int64> FAsyncLoadEventGraphAllocator::TotalAllocated { 0 }

◆ TotalArcCount

TAsyncAtomic<int64> FAsyncLoadEventGraphAllocator::TotalArcCount { 0 }

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