Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimSubsystem
Description
Override point to process game-thread data per-frame. Called before event-graph-related work (e.g. NativeUpdateAnimation and BlueprintUpdateAnimation)
Derived Overrides
| Name | OnPreUpdate_GameThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimSubsystem.h |
| Include Path | #include "Animation/AnimSubsystem.h" |
virtual void OnPreUpdate_GameThread
(
FAnimSubsystemUpdateContext & InContext
) const