Customization
Last updated
Last updated
To change the drone mesh, go to: Content -> Flying_DroneMovement -> Blueprints -> BP_Drone -> Components
The "Main Mesh" is the root of the Drone Blueprint and works as an invisible, custom and complex collision to better simulate impacts. Change this mesh if you want to change the overall collision of the Drone.
The "Preview Mesh" acts as a visual body, without collision. Change this mesh if you want to change only the appearance of the drone. (Attach further mesh components to the "Preview Mesh", with DISABLED collision)
To change the drone parameters, go to: Content -> Flying_DroneMovement -> Blueprints -> BP_Drone
The Flying Drone Movement features 10 parameters:
Movement_Inputs | Default Value: 0, 0, 0
Custom data structure for keeping track of the movement inputs for further programming
Turn_Inputs | Default Value: 0, 0, 0
Custom data structure for keeping track of the turning inputs for further programming
Movement_Speed | Default Value: 6000
Sets the Movement Speed on all 3 Axis (X, Y, Z)
Turn_Rate | Default Value: 1000
Sets the Turning Speed on all 3 Axis (Pitch, Yaw, Roll)
Use_AutoStabilization? | Default Value: TRUE
Toggles the Automatic Stabilization feature, that locks the Roll and smoothly controls the Pitch and Yaw
Stabilization_Speed | Default Value: 2
Sets the Stabilization Speed (Works as an Interpolation Speed, 0 = Instant)
Drone_Sway | Default Value: 3
Sets the Drone Sway (Works as an Interpolation Speed, 0 = Instant)
Mass_Kg | Default Value: 1
Sets the Mass Override of the Drone in Kilograms
Linear_Damping | Default Value: 4
Sets the Linear Damping Value (How fast the Drone Stops)
Works like Friction, slowly stopping the Drone
Angular_Damping | Default Value: 4
Sets the Angular Damping Value (How fast the Drone Stops turning)
Works like Friction, slowly stopping the Drone from turning