![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimSubsystem_Tag.h>
Inheritance diagram for FAnimSubsystem_Tag:Public Member Functions | |
| ENGINE_API int32 | FindNodeIndexByTag (FName InTag) const |
| template<typename NodeType > | |
| NodeType * | FindNodeByTag (FName InTag, UAnimInstance *InInstance) const |
| template<typename NodeType > | |
| const NodeType * | FindNodeByTag (FName InTag, const UAnimInstance *InInstance) const |
Public Member Functions inherited from FAnimSubsystem | |
| virtual | ~FAnimSubsystem ()=default |
| virtual void | OnPreUpdate_GameThread (FAnimSubsystemUpdateContext &InContext) const |
| virtual void | OnPostUpdate_GameThread (FAnimSubsystemUpdateContext &InContext) const |
| virtual void | OnPreUpdate_WorkerThread (FAnimSubsystemParallelUpdateContext &InContext) const |
| virtual void | OnPostUpdate_WorkerThread (FAnimSubsystemParallelUpdateContext &InContext) const |
| virtual void | OnPostLoad (FAnimSubsystemPostLoadContext &InContext) |
Friends | |
| class | UAnimBlueprintExtension_Tag |
Allows anim nodes to be tagged by name at edit time and retrieved by tag at runtime
|
inline |
Find a node by tag (const version)
| InTag | The name tag for the node to find |
| InInstance | The instance that the node is in |
|
inline |
Find a node by tag.
| InTag | The name tag for the node to find |
| InInstance | The instance that the node is in |
Find a node's index by tag.
| InTag | The name tag for the node to find |
|
friend |