Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * UE::StructUtils::GetStructPtr
(
const UScriptStruct* ScriptStruct, |
Returns pointer to the struct, or nullptr if cast is not valid. | StructUtils/StructUtils.h | |
T * UE::StructUtils::GetStructPtr
(
const UScriptStruct* ScriptStruct, |
Returns pointer to the struct, or nullptr if cast is not valid. | StructUtils/StructUtils.h | |
const T * UE::StructUtils::GetStructPtr
(
const UScriptStruct* ScriptStruct, |
Returns const pointer to the struct, or nullptr if cast is not valid. | StructUtils/StructUtils.h | |
const T * UE::StructUtils::GetStructPtr
(
const UScriptStruct* ScriptStruct, |
Returns const pointer to the struct, or nullptr if cast is not valid. | StructUtils/StructUtils.h |
UE::StructUtils::GetStructPtr(const UScriptStruct , void )
Description
Returns pointer to the struct, or nullptr if cast is not valid.
| Name | UE::StructUtils::GetStructPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructUtils.h |
| Include Path | #include "StructUtils/StructUtils.h" |
namespace UE
{
namespace StructUtils
{
template<typename T>
T * UE::StructUtils::GetStructPtr
(
const UScriptStruct * ScriptStruct,
void * StructMemory
)
}
}
UE::StructUtils::GetStructPtr(const UScriptStruct , void )
Description
Returns pointer to the struct, or nullptr if cast is not valid.
| Name | UE::StructUtils::GetStructPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructUtils.h |
| Include Path | #include "StructUtils/StructUtils.h" |
namespace UE
{
namespace StructUtils
{
template<typename T, typename BaseStructT>
T * UE::StructUtils::GetStructPtr
(
const UScriptStruct * ScriptStruct,
void * StructMemory
)
}
}
UE::StructUtils::GetStructPtr(const UScriptStruct , const void )
Description
Returns const pointer to the struct, or nullptr if cast is not valid.
| Name | UE::StructUtils::GetStructPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructUtils.h |
| Include Path | #include "StructUtils/StructUtils.h" |
namespace UE
{
namespace StructUtils
{
template<typename T>
const T * UE::StructUtils::GetStructPtr
(
const UScriptStruct * ScriptStruct,
const void * StructMemory
)
}
}
UE::StructUtils::GetStructPtr(const UScriptStruct , const void )
Description
Returns const pointer to the struct, or nullptr if cast is not valid.
| Name | UE::StructUtils::GetStructPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructUtils.h |
| Include Path | #include "StructUtils/StructUtils.h" |
namespace UE
{
namespace StructUtils
{
template<typename T, typename BaseStructT>
const T * UE::StructUtils::GetStructPtr
(
const UScriptStruct * ScriptStruct,
const void * StructMemory
)
}
}