FRigVMParameter

The RigVMParameter define an input or output of the RigVM.

Windows
MacOS
Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVM.h

Include

#include "RigVMCore/RigVM.h"

Syntax

struct FRigVMParameter

Remarks

The RigVMParameter define an input or output of the RigVM. Parameters are mapped to work state memory registers and can be used to set input parameters as well as retrieve output parameters.

Constructors

Name Description

Public function

FRigVMParameter()

Functions

Name Description

Public function Const

FString

 

GetCPPType()

Returns the cpp type of the parameter

Public function Const

const FName ...

 

GetName()

Returns the name of this parameters

Public function Const

int32

 

GetRegisterIndex()

Returns the register index of this parameter in the work memory

Public function Const

UScriptStruc...

 

GetScriptStruct()

Returns the script struct used by this parameter (in case it is a struct)

Public function Const

ERigVMParame...

 

GetType()

Returns the type of this parameter

Public function Const

bool

 

IsValid()

Returns true if the parameter is valid

Public function

bool

 

Serialize

(
    FArchive& Ar
)

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