bRunUpdatesInWorkerThreads_DEPRECATED

DEPRECATED: No longer used.

Windows
MacOS
Linux

Syntax

uint8 bRunUpdatesInWorkerThreads_DEPRECATED: 1

Remarks

DEPRECATED: No longer used. Allows this anim instance to update its native update, blend tree, montages and asset players on a worker thread. this requires certain conditions to be met:

  • All access of variables in the blend tree should be a direct access of a member variable

  • No BlueprintUpdateAnimation event should be used (i.e. the event graph should be empty). Only native update is permitted.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss