Navigation
API > API/Runtime > API/Runtime/Engine
Allows custom handling of physics queries. Primarily for handling network/server redirection.
| Name | UPhysicsQueryHandler |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/PhysicsQueryHandler.h |
| Include Path | #include "Physics/PhysicsQueryHandler.h" |
Syntax
UCLASS (HideCategories=(Object), MinimalAPI)
class UPhysicsQueryHandler : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPhysicsQueryHandler
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EQueryInfo | Chaos::EQueryInfo | Physics/PhysicsQueryHandler.h | |
| EThreadQueryContext | Chaos::EThreadQueryContext | Physics/PhysicsQueryHandler.h | |
| FCommonQueryData | Chaos::FCommonQueryData | Physics/PhysicsQueryHandler.h | |
| FOverlapQueryData | Chaos::FOverlapQueryData | Physics/PhysicsQueryHandler.h | |
| FRayQueryData | Chaos::FRayQueryData | Physics/PhysicsQueryHandler.h | |
| FSweepQueryData | Chaos::FSweepQueryData | Physics/PhysicsQueryHandler.h |