Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkeletalMeshComponent
Syntax
uint8 bOnlyAllowAutonomousTickPose: 1
Remarks
If true TickPose() will not be called from the Component's TickComponent function. It will instead be called from Autonomous networking updates. See ACharacter.