AddDynamicArray

Overload list

Windows
MacOS
Linux
Name Description

Public function

int32

 

AddDynamicArray

(
    const FRigVMFixedArray< T >& InArr...,
    int32 InSliceCount
)

Adds a new unnamed register for a typed array from an array view.

Public function

int32

 

AddDynamicArray

(
    const TArray< T >& InArray,
    int32 InSliceCount
)

Adds a new unnamed register for a typed array from an array view.

Public function

int32

 

AddDynamicArray

(
    const FName& InNewName,
    const FRigVMFixedArray< T >& InArr...,
    int32 InSliceCount
)

Adds a new named register for a typed array from an array view (used by compiler)

Public function

int32

 

AddDynamicArray

(
    const FName& InNewName,
    const TArray< T >& InArray,
    int32 InSliceCount
)

Adds a new named register for a typed array from an array view (used by compiler)

Private function

int32

 

AddDynamicArray

(
    const FName& InNewName,
    int32 InElementSize,
    int32 InCount,
    bool bIsArrayPerSlice,
    const uint8* InDataPtr,
    int32 InSliceCount,
    ERigVMRegisterType InType,
    UScriptStruct* InScriptStruct
)

Adds a new named register for a dynamic array from 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