UK2Node_Event::HasExternalDependencies

Returns whether or not this node has dependencies on an external structure If OptionalOutput isn't null, it should be filled with the known dependencies objects (Classes, Structures, Functions, etc).

Windows
MacOS
Linux

Override Hierarchy

UK2Node::HasExternalDependencies()

UK2Node_Event::HasExternalDependencies()

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

virtual bool HasExternalDependencies
(
    TArray< class UStruct * > * OptionalOutput
) const

Remarks

Returns whether or not this node has dependencies on an external structure If OptionalOutput isn't null, it should be filled with the known dependencies objects (Classes, Structures, Functions, etc).

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