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... TArgs>
static TSharedStruct Make
(
TArgs &&... InArgs
)
Remarks
Creates a new TSharedStruct from the templated type and forward all arguments to constructor. This will create a new instance of the shared struct memory.