FEdGraphSchemaAction_BlueprintVariableBase::ReorderToBeforeAction

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)

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

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 bool ReorderToBeforeAction
(
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FEdGraphSchemaAction](API\Runtime\Engine\EdGraph\FEdGraphSchemaAction) > OtherAction
)

Remarks

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)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library