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