AddStructArray

Overload list

Windows
MacOS
Linux
Name Description

Public function

int32

 

AddStructArray

(
    TArrayView< T > InArrayView,
    int32 InSliceCount
)

Adds a new named register for a typed struct array given a TArray.

Public function

int32

 

AddStructArray

(
    const FName& InNewName,
    TArrayView< T > InArrayView,
    int32 InSliceCount
)

Adds a new named register for a typed struct array given a value reference.

Private function

int32

 

AddStructArray

(
    const FName& InNewName,
    UScriptStruct* InScriptStruct,
    int32 InCount,
    const uint8* InDataPtr,
    int32 InSliceCount
)

Adds a new named register for a struct given a scriptstruct and a data pointer (used by compiler)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss