FEdGraphSchemaAction_K2Graph::GetReorderIndexInContainer

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

Unreal Engine C++ API Reference > Editor > BlueprintGraph > FEdGraphSchemaAction_K2Graph

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
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)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library