UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StructUtils.h File Reference

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::StructUtils
 

Functions

template<typename T >
void UE::StructUtils::CheckStructType ()
 
template<typename T >
void UE::StructUtils::CheckWrapperType ()
 
template<typename T >
T & UE::StructUtils::GetStructRef (const UScriptStruct *ScriptStruct, void *StructMemory)
 
template<typename T >
T * UE::StructUtils::GetStructPtr (const UScriptStruct *ScriptStruct, void *StructMemory)
 
template<typename T , typename BaseStructT >
T * UE::StructUtils::GetStructPtr (const UScriptStruct *ScriptStruct, void *StructMemory)
 
template<typename T >
const T & UE::StructUtils::GetStructRef (const UScriptStruct *ScriptStruct, const void *StructMemory)
 
template<typename T >
const T * UE::StructUtils::GetStructPtr (const UScriptStruct *ScriptStruct, const void *StructMemory)
 
template<typename T , typename BaseStructT >
const T * UE::StructUtils::GetStructPtr (const UScriptStruct *ScriptStruct, const void *StructMemory)
 
void UE::StructUtils::CalcMidIndexAndCount (int32 ArrayNum, int32 &InOutIndex, int32 &InOutCount)