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