FRigVMGraphParameterDescription

The parameter description is used to convey information about unique parameters within a Graph.

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMModel/Nodes/RigVMParameterNode.h"

Syntax

struct FRigVMGraphParameterDescription

Remarks

The parameter description is used to convey information about unique parameters within a Graph. Multiple Parameter Nodes can share the same parameter description.

Variables

Name Description

Public variable

bool

 

bIsInput

True if the parameter is an input.

Public variable

FString

 

CPPType

The C++ data type of the parameter.

Public variable

UObject *

 

CPPTypeObject

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

Public variable

FString

 

DefaultValue

The default value of the parameter.

Public variable

FName

 

Name

The name of the parameter.

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FRigVMGraphParameterDescripti...
)

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