Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
| Name | FRigVMEdGraphSchemaAction_LocalVar |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
Syntax
USTRUCT ()
struct FRigVMEdGraphSchemaAction_LocalVar : public FEdGraphSchemaAction_BlueprintVariableBase
Inheritance Hierarchy
- FEdGraphSchemaAction → FEdGraphSchemaAction_BlueprintVariableBase → FRigVMEdGraphSchemaAction_LocalVar
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraph/RigVMEdGraphSchema.h | |||
FRigVMEdGraphSchemaAction_LocalVar
(
FText InNodeCategory, |
EdGraph/RigVMEdGraphSchema.h |
Functions
Public
Overridden from FEdGraphSchemaAction_BlueprintVariableBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ChangeVariableType
(
const FEdGraphPinType& NewPinType |
EdGraph/RigVMEdGraphSchema.h | ||
virtual void DeleteVariable() |
EdGraph/RigVMEdGraphSchema.h | ||
virtual FEdGraphPinType GetPinType() |
EdGraph/RigVMEdGraphSchema.h | ||
| EdGraph/RigVMEdGraphSchema.h | |||
virtual bool IsVariableUsed() |
EdGraph/RigVMEdGraphSchema.h | ||
virtual void RenameVariable
(
const FName& NewName |
EdGraph/RigVMEdGraphSchema.h |
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeId() |
EdGraph/RigVMEdGraphSchema.h | ||
virtual bool IsA
(
const FName& InType |
EdGraph/RigVMEdGraphSchema.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticGetTypeId() |
Simple type info. | EdGraph/RigVMEdGraphSchema.h |