Make

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Static

FInstancedSt...

 

Make()

Creates a new FInstancedStruct from templated struct type.

Public function Static

FInstancedSt...

 

Make

(
    const T& Struct
)

Creates a new FInstancedStruct from templated struct.

Public function Static

FInstancedSt...

 

Make

(
    TArgs&&... InArgs
)

Creates a new FInstancedStruct from the templated type and forward all arguments to constructor.