Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FHeightField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHeightField () |
Needed for serialization. | Chaos/HeightField.h | |
FHeightField
(
const FHeightField& Other |
Chaos/HeightField.h | ||
FHeightField
(
TArray< FReal >&& Height, |
Chaos/HeightField.h | ||
FHeightField
(
TArrayView< const uint16 > InHeights, |
Chaos/HeightField.h |
FHeightField()
Description
Needed for serialization.
| Name | FHeightField |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
FHeightField()
FHeightField(const FHeightField &)
| Name | FHeightField |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
FHeightField
(
const FHeightField & Other
)
FHeightField(TArray< FReal > &&, TArray< uint8 > &&, int32, int32, const FVec3 &)
| Name | FHeightField |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/HeightField.cpp |
FHeightField
(
TArray < FReal > && Height,
TArray < uint8 > && InMaterialIndices,
int32 InNumRows,
int32 InNumCols,
const FVec3 & InScale
)
FHeightField(TArrayView< const uint16 >, TArrayView< const uint8 >, int32, int32, const FVec3 &)
| Name | FHeightField |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/HeightField.cpp |
FHeightField
(
TArrayView < const uint16 > InHeights,
TArrayView < const uint8 > InMaterialIndices,
int32 InNumRows,
int32 InNumCols,
const FVec3 & InScale
)