UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StructDeserializer Namespace Reference

Classes

struct  FReadState
 

Functions

UStructFindClass (const FReadState &State)
 
template<typename ScriptContainerHelperType >
int32 ExpandForIndex (ScriptContainerHelperType &ScriptContainerHelper, int32 LogicalIndex)
 

Function Documentation

◆ ExpandForIndex()

int32 StructDeserializer::ExpandForIndex ( ScriptContainerHelperType ScriptContainerHelper,
int32  LogicalIndex 
)

Finds an element in a Map/Set Container at the given logical index, adding enough entries for that logical index to be valid

◆ FindClass()

UStruct * StructDeserializer::FindClass ( const FReadState State)

Finds the class for the given stack state.

Parameters
StateThe stack state to find the class for.
Returns
The class, if found.