UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PhysicsQueryHandler.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Object.h"
#include "Physics/SceneQueryData.h"
#include "PhysicsQueryHandler.generated.h"

Go to the source code of this file.

Classes

class  UPhysicsQueryHandler
 

Enumerations

enum class  EPhysicsQueryKind : uint8 { Test = 0 , Single , Multi }
 

Enumeration Type Documentation

◆ EPhysicsQueryKind

enum class EPhysicsQueryKind : uint8
strong
Enumerator
Test 

A physics query that is only a test (no results are returned).

Single 

A physics query that only returns the first hit.

Multi 

A physics query that returns all hits up to a blocking hit.