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