Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > Interface
Inheritance Hierarchy
- FActorShape
- FQueryHit
- FLocationHit
- FRaycastHit
- FSweepHit
- FOverlapHit
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Interface/SQTypes.h |
Include | #include "Chaos/Interface/SQTypes.h" |
Syntax
struct FQueryHit : public ChaosInterface::FActorShape
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | ElementIndex | |
![]() |
int32 | FaceIndex | Face index of touched triangle, for triangle meshes, convex meshes and height fields. |
![]() |
FVector | FaceNormal |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FQueryHit () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Serialize
(
Chaos::FChaosArchive& Ar |