UWorld::LineTraceTestByObjectType

Trace a ray against the world using object types and return if a blocking hit is found.

Windows
MacOS
Linux

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

Syntax

bool LineTraceTestByObjectType
(
    const FVector & Start,
    const FVector & End,
    const FCollisionObjectQueryParams & ObjectQueryParams,
    const FCollisionQueryParams & Params
) const

Remarks

Trace a ray against the world using object types and return if a blocking hit is found.

Returns

TRUE if any hit is found

Parameters

Parameter

Description

Start

Start location of the ray

End

End location of the ray

ObjectQueryParams

List of object types it's looking for

Params

Additional parameters used for the trace

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss