Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/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. |