Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TConstSharedStruct
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * GetPtr () |
Returns const pointer to the struct. | StructUtils/SharedStruct.h | |
| Returns const pointer to the struct, or nullptr if cast is not valid. | StructUtils/SharedStruct.h |
GetPtr()
Description
Returns const pointer to the struct.
| Name | GetPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
template<typename T, typename>
const T * GetPtr() const
GetPtr()
Description
Returns const pointer to the struct, or nullptr if cast is not valid.
| Name | GetPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
template<typename T, typename>
TEnableIf < TIsConst < T >::Value , T * >::Type GetPtr() const