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