UK2Node_Event::AreEventNodesIdentical

Helper function to identify if two Event nodes are the same

Choose your operating system:

Windows

macOS

Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_Event.h"

Source

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

Syntax

static bool AreEventNodesIdentical
(
    const UK2Node_Event * InNodeA,
    const UK2Node_Event * InNodeB
)

Remarks

Helper function to identify if two Event nodes are the same