Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FSharedStruct
| Type | Name | Description | |
|---|---|---|---|
| FSharedStruct | Make () |
Creates a new FSharedStruct from templated struct type. | |
| FSharedStruct | Make
(
const T& Struct |
Creates a new FSharedStruct from templated struct instance. | |
| FSharedStruct | Make
(
TArgs&&... InArgs |
Creates a new FSharedStruct from the templated type and forward all arguments to constructor. | |
| FSharedStruct | Make
(
const UScriptStruct* InScriptStruct, |
Creates a new FSharedStruct from struct type and optional instance memory. |