NavMeshMovementComponent
Description
Fields
| Type | Name |
|---|---|
| NullOnCopyPointer_CachedMovement | cached_movement |
| Container< NavMeshMovementPoint > | path_points |
| Container< int > | flow_fields_indexes |
| int | current_node_index |
| Vector3 | target_origin |
| uint | target_entity_id |
| float | current_speed |
| float | max_speed |
| float | angle_turn_speed |
| float | acceleration |
| Vector3 | velocity |
| Vector3 | force |
| Vector3 | flow_fields_force |
| float | unit_soft_radius |
| uint | ignore_cost_mask |
| Timer | path_update_timer |
| Vector3 | seek_path_origin |
| uint | current_path_point_idx |
| ushort | dominance_group |
| ushort | update_path_slot |
| uchar | state |
| uchar | type |
| bool | can_move |
| bool | is_target_visible |
| bool | should_calculate_path |
| bool | is_target_nearby |
| bool | is_only_separation |
| bool | always_in_motion |
| bool | was_blocked |