FInstancedStruct::Make

Creates a new [FInstancedStruct](API\Plugins\StructUtils\FInstancedStruct) from templated struct.

Choose your operating system:

Windows

macOS

Linux

References

Module

StructUtils

Header

/Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/InstancedStruct.h

Include

#include "InstancedStruct.h"

Syntax

template<typename T>
static FInstancedStruct Make
(
    const T & Struct
)

Remarks

Creates a new FInstancedStruct from templated struct.