![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FReadState |
Functions | |
| UStruct * | FindClass (const FReadState &State) |
| template<typename ScriptContainerHelperType > | |
| int32 | ExpandForIndex (ScriptContainerHelperType &ScriptContainerHelper, int32 LogicalIndex) |
| 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
| UStruct * StructDeserializer::FindClass | ( | const FReadState & | State | ) |
Finds the class for the given stack state.
| State | The stack state to find the class for. |