FRigVMGraphVariableDescription

The variable description is used to convey information about unique variables within a Graph.

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMVariableNode.h

Include

#include "RigVMModel/Nodes/RigVMVariableNode.h"

Syntax

struct FRigVMGraphVariableDescription

Remarks

The variable description is used to convey information about unique variables within a Graph. Multiple Variable Nodes can share the same variable description.

Variables

Name Description

Public variable

FString

 

CPPType

The C++ data type of the variable.

Public variable

UObject *

 

CPPTypeObject

The Struct of the C++ data type of the variable (or nullptr)

Public variable

FString

 

DefaultValue

The default value of the variable.

Public variable

FName

 

Name

The name of the variable.

Functions

Name Description

Public function Const

FRigVMExtern...

 

ToExternalVariable()

Returns nullptr external variable matching this description.

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FRigVMGraphVariableDescriptio...
)

Comparison operator

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