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