Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > 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. |