Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/TInstancedStruct
| Type | Name | Description | |
|---|---|---|---|
| TInstancedStruct | Make () |
Creates a new TInstancedStruct from templated struct type. | |
| TInstancedStruct | Make
(
const T& Struct |
Creates a new TInstancedStruct from templated struct. | |
| TInstancedStruct | Make
(
TArgs&&... InArgs |
Creates a new TInstancedStruct from the templated type and forward all arguments to constructor. |