Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/InstancedStruct.h |
Include |
#include "InstancedStruct.h" |
template<typename T, typename... TArgs>
static FInstancedStruct Make
(
TArgs &&... InArgs
)
Creates a new FInstancedStruct from the templated type and forward all arguments to constructor.