Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TPayloadBoundsElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ISpatialAcceleration.h |
| Include Path | #include "Chaos/ISpatialAcceleration.h" |
Syntax
template<typename TPayloadType, typename T>
struct TPayloadBoundsElement
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bounds | TAABB< T, 3 > | Chaos/ISpatialAcceleration.h | ||
| Payload | TPayloadType | Chaos/ISpatialAcceleration.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TAABB< T, 3 > & BoundingBox() |
Chaos/ISpatialAcceleration.h | ||
TPayloadType2 GetPayload
(
int32 Idx |
Chaos/ISpatialAcceleration.h | ||
bool HasBoundingBox() |
Chaos/ISpatialAcceleration.h | ||
void Serialize
(
FChaosArchive& Ar |
Chaos/ISpatialAcceleration.h | ||
FUniqueIdx UniqueIdx() |
Chaos/ISpatialAcceleration.h |