Rescale the AR Drone object in UNreal Engine #3262
Answered
by
ahmed-elsaharti
Moj-Dev
asked this question in
Support Q&A
-
How can I rescale the quadrotor(player) object's size in Unreal Engine? |
Beta Was this translation helpful? Give feedback.
Answered by
ahmed-elsaharti
Dec 30, 2020
Replies: 1 comment 1 reply
-
Hi @Moj-Dev, the simplest way I found to rescale AirSim's quadrotor in the Blocks environment (I'm pretty sure doing this with a custom environment would be similar too) would be to edit the BP_FlyingPawn asset by:
Hope this helps ^_^ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Moj-Dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Moj-Dev, the simplest way I found to rescale AirSim's quadrotor in the Blocks environment (I'm pretty sure doing this with a custom environment would be similar too) would be to edit the BP_FlyingPawn asset by:
This will open the AirSimAssets 'level':
Edit BP_FlyingPawn
under the World Outliner:…