Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TInstancedStruct
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BaseStructT * operator-> () |
Returns a mutable pointer. | StructUtils/InstancedStruct.h | |
const std::decay_t< BaseStructT > * operator-> () |
Returns an immutable pointer. | StructUtils/InstancedStruct.h |
operator->()
Description
Returns a mutable pointer.
| Name | operator-> |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/InstancedStruct.h |
| Include Path | #include "StructUtils/InstancedStruct.h" |
BaseStructT * operator->()
operator->()
Description
Returns an immutable pointer.
| Name | operator-> |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/InstancedStruct.h |
| Include Path | #include "StructUtils/InstancedStruct.h" |
const std::decay_t< BaseStructT > * operator->() const