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 LineTraceTestByProfile
&40;
const FVector & Start,
const FVector & End,
FName ProfileName,
const FCollisionQueryParams & Params
&41; const
Remarks
Trace a ray against the world using a specific profile and return if a blocking hit is found. TRUE if a blocking hit is found
Parameters
Name | Description |
---|---|
Start | Start location of the ray |
End | End location of the ray |
ProfileName | The 'profile' used to determine which components to hit |
Params | Additional parameters used for the trace |