Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimSubsystem
Description
Override point to process worker-thread data per-frame. Called before proxy Update and BlueprintThreadSafeUpdateAnimation.
Derived Overrides
| Name | OnPreUpdate_WorkerThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimSubsystem.h |
| Include Path | #include "Animation/AnimSubsystem.h" |
virtual void OnPreUpdate_WorkerThread
(
FAnimSubsystemParallelUpdateContext & InContext
) const