URigVMPin::SplitPinPath

Splits a PinPath into all segments, so for example "Node.Color.R" becomes ["Node", "Color", "R"].

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/RigVMPin.h

Include

#include "RigVMModel/RigVMPin.h"

Source

/Engine/Source/Developer/RigVMDeveloper/Private/RigVMModel/RigVMPin.cpp

Syntax

static bool SplitPinPath
(
    const FString & InPinPath,
    TArray< FString > & Parts
)

Remarks

Splits a PinPath into all segments, so for example "Node.Color.R" becomes ["Node", "Color", "R"].

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