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