Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > 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. |