Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TConstSharedStruct
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & Get () |
Returns const reference to the struct, this getter assumes that all data is valid. | StructUtils/SharedStruct.h | |
T & Get () |
Returns const reference to the struct, this getter assumes that all data is valid. | StructUtils/SharedStruct.h |
Get()
Description
Returns const reference to the struct, this getter assumes that all data is valid.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
template<typename T>
const T & Get() const
Get()
Description
Returns const reference to the struct, this getter assumes that all data is valid.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
template<typename T>
T & Get() const