UWorld::SweepSingleByChannel

Sweep a shape against the world and return the first blocking hit using a specific channel

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 SweepSingleByChannel
(
    struct FHitResult & OutHit,
    const FVector & Start,
    const FVector & End,
    const FQuat & Rot,
    ECollisionChannel TraceChannel,
    const FCollisionShape & CollisionShape,
    const FCollisionQueryParams & Params,
    const FCollisionResponseParams & ResponseParam
) const

Remarks

Sweep a shape against the world and return the first blocking hit using a specific channel

Returns

TRUE if OutHits contains any blocking hit entries

Parameters

Parameter

Description

OutHit

First blocking hit found

Start

Start location of the shape

End

End location of the shape

TraceChannel

The 'channel' that this trace is in, 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

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