Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_RotationOffsetBlendSpace
- UK2Node::GetSignature()
- UAnimGraphNode_RotationOffsetBlendSpace::GetSignature()
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_RotationOffsetBlendSpace.h |
Include | #include "AnimGraphNode_RotationOffsetBlendSpace.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationOffsetBlendSpace.cpp |
virtual FBlueprintNodeSignature GetSignature&40;&41; 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.). A signature struct, discerning this node from others.