Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimBlueprint
Event that is broadcast to inform observers that the node title has changed The default SAnimationGraphNode uses this to invalidate cached node title text
| Name | FOnGraphRenamedEvent |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprint.h |
| Include Path | #include "Animation/AnimBlueprint.h" |
Syntax
class FOnGraphRenamedEvent : public TBaseMulticastDelegate_ThreeParams< void, UEdGraph *, FName, FName >
Inheritance Hierarchy
- TBaseMulticastDelegate_ThreeParams< void, UEdGraph *, FName, FName > → UAnimBlueprint::FOnGraphRenamedEvent