Created
April 27, 2025 15:26
-
-
Save Maxime66410/6175dac9892bd466cd94aa7c7027a6b4 to your computer and use it in GitHub Desktop.
Create a box trace V1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FCollisionShape BoxCollision = FCollisionShape::MakeBox(SweepExtent); | |
GetWorld()->SweepSingleByChannel(HitResult, WorldCenter, WorldCenter, QuatRotation, ECC_WorldStatic, BoxCollision, QueryParams); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment