Navigation
API > API/Editor > API/Editor/BlueprintGraph
Reference to a variable (only used in 'My Blueprints' but used for member variables, local variables, delegates, etc...)
| Name | FEdGraphSchemaAction_BlueprintVariableBase |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include Path | #include "EdGraphSchema_K2_Actions.h" |
Syntax
USTRUCT ()
struct FEdGraphSchemaAction_BlueprintVariableBase : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FEdGraphSchemaAction_BlueprintVariableBase
Derived Classes
- FEdGraphSchemaAction_K2Delegate
- FEdGraphSchemaAction_K2LocalVar
- FEdGraphSchemaAction_K2Var
- FRigVMEdGraphSchemaAction_LocalVar
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraphSchema_K2_Actions.h | |||
FEdGraphSchemaAction_BlueprintVariableBase
(
FText InNodeCategory, |
EdGraphSchema_K2_Actions.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsVarBool | bool | TRUE if the variable's type is boolean | EdGraphSchema_K2_Actions.h | |
| VariableSource | TWeakObjectPtr< UObject > | The struct that owns this item | EdGraphSchema_K2_Actions.h | |
| VarName | FName | Name of function or class | EdGraphSchema_K2_Actions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ChangeVariableType
(
const FEdGraphPinType& NewPinType |
EdGraphSchema_K2_Actions.h | ||
virtual void DeleteVariable() |
EdGraphSchema_K2_Actions.h | ||
FString GetFriendlyVariableName() |
EdGraphSchema_K2_Actions.h | ||
virtual FEdGraphPinType GetPinType() |
EdGraphSchema_K2_Actions.h | ||
virtual FProperty * GetProperty() |
EdGraphSchema_K2_Actions.h | ||
UBlueprint * GetSourceBlueprint() |
EdGraphSchema_K2_Actions.h | ||
UClass * GetVariableClass() |
EdGraphSchema_K2_Actions.h | ||
FName GetVariableName() |
EdGraphSchema_K2_Actions.h | ||
UObject * GetVariableScope() |
EdGraphSchema_K2_Actions.h | ||
| EdGraphSchema_K2_Actions.h | |||
virtual bool IsVariableUsed() |
EdGraphSchema_K2_Actions.h | ||
virtual void RenameVariable
(
const FName& NewName |
EdGraphSchema_K2_Actions.h | ||
| EdGraphSchema_K2_Actions.h |
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FEdGraphSchemaActionDefiningObject GetPersistentItemDefiningObject() |
EdGraphSchema_K2_Actions.h | ||
virtual int32 GetReorderIndexInContainer() |
EdGraphSchema_K2_Actions.h | ||
virtual FName GetTypeId() |
EdGraphSchema_K2_Actions.h | ||
virtual bool IsAVariable() |
EdGraphSchema_K2_Actions.h | ||
virtual void MovePersistentItemToCategory
(
const FText& NewCategoryName |
EdGraphSchema_K2_Actions.h | ||
virtual bool ReorderToBeforeAction
(
TSharedRef< FEdGraphSchemaAction > OtherAction |
EdGraphSchema_K2_Actions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticGetTypeId() |
Simple type info. | EdGraphSchema_K2_Actions.h |