AddStructParameter

Overload list

Windows
MacOS
Linux
Name Description

Public function

FRigVMParame...

 

AddStructParameter

(
    ERigVMParameterType InParameterType,
    const FName& InName,
    const TArray< T >& DefaultValue
)

Adds a new input / output to the VM.

Public function

FRigVMParame...

 

AddStructParameter

(
    ERigVMParameterType InParameterType,
    const FName& InName,
    const T& DefaultValue
)

Adds a new input / output to the VM.

Private function

FRigVMParame...

 

AddStructParameter

(
    ERigVMParameterType InParameterType,
    const FName& InName,
    UScriptStruct* InScriptStruct,
    const uint8* InPtr,
    int32 InArraySize
)

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