Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FStructOnScope > GetTraitInstance
(
const FName& InName, |
RigVMModel/RigVMNode.h | ||
TSharedPtr< FStructOnScope > GetTraitInstance
(
const URigVMPin* InTraitPin, |
RigVMModel/RigVMNode.h |
GetTraitInstance(const FName &, bool)
| Name | GetTraitInstance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMNode.h |
| Include Path | #include "RigVMModel/RigVMNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMNode.cpp |
TSharedPtr < FStructOnScope > GetTraitInstance
(
const FName & InName,
bool bUseDefaultValueFromPin
) const
GetTraitInstance(const URigVMPin *, bool)
| Name | GetTraitInstance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMNode.h |
| Include Path | #include "RigVMModel/RigVMNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMNode.cpp |
TSharedPtr < FStructOnScope > GetTraitInstance
(
const URigVMPin * InTraitPin,
bool bUseDefaultValueFromPin
) const