Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_RotationOffsetBle-
- 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.