Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/URigVMEdGraphNodeSpawner > API/Plugins/RigVMEditor/URigVMEdGraphNodeSpawner/FPinInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPinInfo () |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h | ||
FPinInfo
(
const FName& InName, |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
FPinInfo()
| Name | FPinInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
| Include Path | #include "EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h" |
FPinInfo()
FPinInfo(const FName &, ERigVMPinDirection, const FName &, UObject *)
| Name | FPinInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
| Include Path | #include "EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h" |
FPinInfo
(
const FName & InName,
ERigVMPinDirection InDirection,
const FName & InCPPType,
UObject * InCPPTypeObject
)