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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FEdGraphSchemaAction::GetPersistentItemDefiningObject()

FEdGraphSchemaAction_K2Graph::GetPersistentItemDefiningObject()

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 FEdGraphSchemaActionDefiningObject GetPersistentItemDefiningObject() const

Remarks

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)