Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FSharedStruct > API/Plugins/StructUtils/FSharedStruct/Make
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/SharedStruct.h |
| Include | #include "SharedStruct.h" |
template<typename T, typename... TArgs>
static FSharedStruct Make
&40;
TArgs &&... InArgs
&41;
Remarks
Creates a new FSharedStruct from the templated type and forward all arguments to constructor. This will create a new instance of the shared struct memory.