UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMovementProperties Struct Reference

#include <NavigationTypes.h>

+ Inheritance diagram for FMovementProperties:

Public Member Functions

 FMovementProperties ()
 

Public Attributes

uint8 bCanCrouch:1
 
uint8 bCanJump:1
 
uint8 bCanWalk:1
 
uint8 bCanSwim:1
 
uint8 bCanFly:1
 

Detailed Description

Movement capabilities, determining available movement options for Pawns and used by AI for reachability tests.

Constructor & Destructor Documentation

◆ FMovementProperties()

FMovementProperties::FMovementProperties ( )
inline

Member Data Documentation

◆ bCanCrouch

uint8 FMovementProperties::bCanCrouch

If true, this Pawn is capable of crouching.

◆ bCanFly

uint8 FMovementProperties::bCanFly

If true, this Pawn is capable of flying.

◆ bCanJump

uint8 FMovementProperties::bCanJump

If true, this Pawn is capable of jumping.

◆ bCanSwim

uint8 FMovementProperties::bCanSwim

If true, this Pawn is capable of swimming or moving through fluid volumes.

◆ bCanWalk

uint8 FMovementProperties::bCanWalk

If true, this Pawn is capable of walking or moving on the ground.


The documentation for this struct was generated from the following file: