FEdGraphSchemaAction_BlueprintVariableBase::MovePersistentItemToCategory

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

Windows
MacOS
Linux

Override Hierarchy

FEdGraphSchemaAction::MovePersistentItemToCategory()

FEdGraphSchemaAction_BlueprintVariableBase::MovePersistentItemToCategory()

References

Module

BlueprintGraph

Header

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

Include

#include "EdGraphSchema_K2_Actions.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp

Syntax

virtual void MovePersistentItemToCategory
(
    const FText & NewCategoryName
)

Remarks

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

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