Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FQueryFastData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ISpatialAcceleration.h |
| Include Path | #include "Chaos/ISpatialAcceleration.h" |
Syntax
struct FQueryFastData
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FQueryFastData
(
const FVec3& InDummyDir |
Chaos/ISpatialAcceleration.h | ||
FQueryFastData
(
const FVec3& InDir, |
Chaos/ISpatialAcceleration.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bParallel | const bool | Chaos/ISpatialAcceleration.h | ||
| CurrentLength | FReal | Chaos/ISpatialAcceleration.h | ||
| Dir | const FVec3 & | Chaos/ISpatialAcceleration.h | ||
| InvCurrentLength | FReal | Chaos/ISpatialAcceleration.h | ||
| InvDir | const FVec3 | Chaos/ISpatialAcceleration.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetLength
(
const FReal InLength |
Compiler complaining about divide by 0, but we are guarding against it. | Chaos/ISpatialAcceleration.h |