Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > AController
Syntax
UPROPERTY (EditDefaultsOnly, Category="Controller|Transform")
uint8 bAttachToPawn: 1
Remarks
If true, the controller location will match the possessed Pawn's location. If false, it will not be updated. Rotation will match ControlRotation in either case. Since a Controller's location is normally inaccessible, this is intended mainly for purposes of being able to attach an Actor that follows the possessed Pawn location, but that still has the full aim rotation (since a Pawn might update only some components of the rotation).