Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TGridPrecisionLimit |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/UniformGrid.h |
| Include Path | #include "Chaos/UniformGrid.h" |
Syntax
template<typename T>
struct TGridPrecisionLimit
Struct Specializations
| Name | Remarks |
|---|---|
| TGridPrecisionLimit< FRealDouble > | |
| TGridPrecisionLimit< FRealSingle > | Precision limits where our floating point precision breaks down to 1 (each value above this adds more than 1 to the number) Note the F32 limit is actually higher than this point (should be 8.388e6) but kept at 1e7 for legacy reasons |