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