FEdGraphSchemaAction_BlueprintVariableBase

Reference to a variable (only used in 'My Blueprints' but used for member variables, local variables, delegates, etc...)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h

Include

#include "EdGraphSchema_K2_Actions.h"

Syntax

struct FEdGraphSchemaAction_BlueprintVariableBase : public FEdGraphSchemaAction

Remarks

Reference to a variable (only used in 'My Blueprints' but used for member variables, local variables, delegates, etc...)

Constructors

Name Description

Public function

FEdGraphSchemaAction_BlueprintVariableBase()

Public function

FEdGraphSchemaAction_BlueprintVariableBase

(
    FText InNodeCategory,
    FText InMenuDesc,
    FText InToolTip,
    const int32 InGrouping,
    const int32 InSectionID
)

Functions

Name Description

Public function Const

FString

 

GetFriendlyVariableName()

Public function Const

FProperty &#...

 

GetProperty()

Public function Const

UBlueprint &...

 

GetSourceBlueprint()

Public function Const

UClass *

 

GetVariableClass()

Public function Const

FName

 

GetVariableName()

Public function Const

UStruct *...

 

GetVariableScope()

Public function

void

 

SetVariableInfo

(
    const FName& InVarName,
    const UStruct* InOwningScope,
    bool bInIsVarBool
)

Public function Static

FName

 

StaticGetTypeId()

Simple type info.

Overridden from FEdGraphSchemaAction

Name Description

Public function Virtual Const

FEdGraphSche...

 

GetPersistentItemDefiningObject()

Returns an opaque handle that can be used to confirm that two different persistent entries backing actions are part of the same section/category (e.g., both are variables in the same Blueprint)

Public function Virtual Const

int32

 

GetReorderIndexInContainer()

Returns the ordering index of this action in the parent container (if the item cannot be reordered then this will return INDEX_NONE)

Public function Virtual Const

FName

 

GetTypeId()

Public function Virtual

void

 

MovePersistentItemToCategory

(
    const FText& NewCategoryName
)

Moves the item backing this action to the specified category if it is possible (does nothing for native-introduced variables/functions/etc...)

Public function Virtual

bool

 

ReorderToBeforeAction

(
    TSharedRef< FEdGraphSchemaAction > ...
)

Reorders this action to be before the other item in the parent container (returns false if they are not in the same container or cannot be reordered)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss