Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UWorld
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
Include | #include "Engine/World.h" |
Source | /Engine/Source/Runtime/Engine/Private/Collision/WorldCollision.cpp |
bool SweepTestByChannel
&40;
const FVector & Start,
const FVector & End,
const FQuat & Rot,
ECollisionChannel TraceChannel,
const FCollisionShape & CollisionShape,
const FCollisionQueryParams & Params,
const FCollisionResponseParams & ResponseParam
&41; const
Remarks
Sweep a shape against the world using a specific channel and return if a blocking hit is found. TRUE if a blocking hit is found
Parameters
Name | Description |
---|---|
Start | Start location of the shape |
End | End location of the shape |
TraceChannel | The 'channel' that this trace uses, used to determine which components to hit |
CollisionShape | CollisionShape - supports Box, Sphere, Capsule |
Params | Additional parameters used for the trace |
ResponseParam | ResponseContainer to be used for this trace |