ERigVMPinDirection

The Pin Direction is used to differentiate different kinds of pins in the data flow graph - inputs, outputs etc.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMFunction.h"

Syntax

enum ERigVMPinDirection
{
    Input,
    Output,
    IO,
    Visible,
    Hidden,
    Invalid,
}

Values

Name

Description

Input

Output

IO

Visible

Hidden

Invalid

Remarks

The Pin Direction is used to differentiate different kinds of pins in the data flow graph - inputs, outputs etc.

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