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()
Remarks
Creates a new FSharedStruct from templated struct type. This will create a new instance of the shared struct memory.