Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstSharedStruct
| Type | Name | Description | |
|---|---|---|---|
| void | InitializeAs () |
Initializes from templated struct type. | |
| void | InitializeAs
(
const T& Struct |
Initializes from templated struct instance. | |
| void | InitializeAs
(
const T& Struct |
Initializes from other related struct types. | |
| void | InitializeAs
(
TArgs&&... InArgs |
Initializes from struct type and emplace args. | |
| void | InitializeAs
(
const UScriptStruct* InScriptStruct, |
Initializes from struct type and optional data. |