How Tick Animation Even When Character OffScreen

Hi Nathan,

Check out the property MeshComponentUpdateFlag, which replaces the deprecated flag that you found. You can set it to SMU_AlwaysTickPose if you just want notifies, or SMU_AlwaysTickPoseAndRefreshBones if you want accurate bone positions as well.

Cheers,
Michael Noland