Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > StructUtils > FConstSharedStruct > Make
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
Include | #include "StructUtils/SharedStruct.h" |
template<typename T>
static FConstSharedStruct Make
(
const T & Struct
)
Remarks
Creates a new FSharedStruct from templated struct instance. This will create a new instance of the shared struct memory.