Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool RequestVariableDropOnPin
(
UEdGraph* InGraph, |
EdGraph/RigVMEdGraphSchema.h | ||
virtual bool RequestVariableDropOnPin
(
UEdGraph* InGraph, |
EdGraph/RigVMEdGraphSchema.h | ||
virtual bool RequestVariableDropOnPin
(
UEdGraph* InGraph, |
EdGraph/RigVMEdGraphSchema.h |
RequestVariableDropOnPin(UEdGraph , FProperty , UEdGraphPin *, const FVector2f &, const FVector2f &)
| Name | RequestVariableDropOnPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual bool RequestVariableDropOnPin
(
UEdGraph * InGraph,
FProperty * InVariableToDrop,
UEdGraphPin * InPin,
const FVector2f & InDropPosition,
const FVector2f & InScreenPosition
) const
RequestVariableDropOnPin(UEdGraph , const FRigVMExternalVariable &, UEdGraphPin , const FVector2D &, const FVector2D &)
| Name | RequestVariableDropOnPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual bool RequestVariableDropOnPin
(
UEdGraph * InGraph,
const FRigVMExternalVariable & InVariableToDrop,
UEdGraphPin * InPin,
const FVector2D & InDropPosition,
const FVector2D & InScreenPosition
) const
RequestVariableDropOnPin(UEdGraph , FProperty , UEdGraphPin *, const FVector2D &, const FVector2D &)
| Name | RequestVariableDropOnPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
virtual bool RequestVariableDropOnPin
(
UEdGraph * InGraph,
FProperty * InVariableToDrop,
UEdGraphPin * InPin,
const FVector2D & InDropPosition,
const FVector2D & InScreenPosition
) const