Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimNode_Base
Description
Whether this node can run its Update() call on a worker thread. This is called on the game thread. If any node in a graph returns false from this function, then ALL nodes will update on the game thread.
| Name | CanUpdateInWorkerThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h |
| Include Path | #include "Animation/AnimNodeBase.h" |
virtual bool CanUpdateInWorkerThread() const