Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/TSharedStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Initializes from templated struct type. | |
| void | Initialize
(
const T& Struct |
Initializes from templated struct instance. | |
| void | Initialize
(
TArgs&&... InArgs |
Initializes from struct type and emplace args. |