Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > StructUtils > FInstancedStruct
Type | Name | Description | |
---|---|---|---|
![]() |
void | InitializeAs
(
TArgs&&... InArgs |
Initializes from struct type and emplace construct. |
![]() |
void | InitializeAs
(
const UScriptStruct* InScriptStruct, |
Initializes from struct type and optional data. |