FEdGraphSchemaAction_BlueprintVariableBase::GetReorderIndexInContainer

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

Windows
MacOS
Linux

Override Hierarchy

FEdGraphSchemaAction::GetReorderIndexInContainer()

FEdGraphSchemaAction_BlueprintVariableBase::GetReorderIndexInContainer()

FEdGraphSchemaAction_K2LocalVar::GetReorderIndexInContainer()

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 int32 GetReorderIndexInContainer() const

Remarks

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

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