Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FHeightField > API/Runtime/Chaos/FHeightField/FBounds2D
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBounds2D () |
Chaos/HeightField.h | ||
FBounds2D
(
const FAABB3& In3DBounds |
Chaos/HeightField.h | ||
FBounds2D
(
const FVec2& InMin, |
Chaos/HeightField.h |
FBounds2D()
| Name | FBounds2D |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
FBounds2D()
FBounds2D(const FAABB3 &)
| Name | FBounds2D |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
FBounds2D
(
const FAABB3 & In3DBounds
)
FBounds2D(const FVec2 &, const FVec2 &)
| Name | FBounds2D |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
FBounds2D
(
const FVec2 & InMin,
const FVec2 & InMax
)