Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/FInstancedStruct > API/Runtime/CoreUObject/StructUtils/FInstancedStruct/Make
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/InstancedStruct.h |
| Include | #include "StructUtils/InstancedStruct.h" |
template<typename T, typename... TArgs>
static FInstancedStruct Make
(
TArgs &&... InArgs
)
Remarks
Creates a new FInstancedStruct from the templated type and forward all arguments to constructor.