UK2Node_WidgetAnimationEvent::GetSignature

Retrieves a unique identifier for this node type.

Windows
MacOS
Linux

Override Hierarchy

UK2Node::GetSignature()

UK2Node_WidgetAnimationEvent::GetSignature()

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Classes/K2Node_WidgetAnimationEvent.h

Include

#include "K2Node_WidgetAnimationEvent.h"

Source

/Engine/Source/Editor/UMGEditor/Private/K2Node_WidgetAnimationEvent.cpp

Syntax

virtual FBlueprintNodeSignature GetSignature() const

Remarks

Retrieves a unique identifier for this node type. Built from the node's class, as well as other signature items (like functions for CallFunction nodes).

NOTE: This is not the same as a node identification GUID, two node instances can have the same signature (if both call the same function, etc.).

Returns

A signature struct, discerning this node from others.

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