Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > Interface
Inheritance Hierarchy
- FActorShape
- FQueryHit
- FLocationHit
- FRaycastHit
- FSweepHit
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Interface/SQTypes.h |
Include | #include "Chaos/Interface/SQTypes.h" |
Syntax
struct FLocationHit : public ChaosInterface::FQueryHit
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | Distance | |
![]() |
FHitFlags | Flags | |
![]() |
FVector | WorldNormal | |
![]() |
FVector | WorldPosition |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Serialize
(
Chaos::FChaosArchive& Ar |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator<
(
const FLocationHit& Other |