UCFloatingMovementComponent

Overview

Floating pawn movement with ground-following via line trace. Extends UFloatingPawnMovement.

Properties & Methods

Name Description
capsuleComponent Reference to the owning capsule for height offset
init Sets max speed from maker, stores capsule reference
TickComponent Line traces from top to bottom of capsule, snaps actor to ground
// Used for flying/floating pawns that need to follow terrain
// MaxSpeed is set from maker.maxWalkSpeed * scale