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