Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeHeightfieldCollisionCo-
Inheritance Hierarchy
- FRefCountedObject
- ULandscapeHeightfieldCollisionComponent::FHeightfieldGeometryRef
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeHeightfieldCollisionComponent.h |
| Include | #include "LandscapeHeightfieldCollisionComponent.h" |
Syntax
struct FHeightfieldGeometryRef : public FRefCountedObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< Chaos::FHeightField > | EditorHeightfield | ||
| Chaos::FHeightFieldPtr | EditorHeightfieldGeometry | ||
| FGuid | Guid | ||
| TUniquePtr< Chaos::FHeightField > | Heightfield | ||
| Chaos::FHeightFieldPtr | HeightfieldGeometry | ||
| TUniquePtr< Chaos::FHeightField > | HeightfieldSimple | ||
| Chaos::FHeightFieldPtr | HeightfieldSimpleGeometry | ||
| TArray< Chaos::FMaterialHandle > | UsedChaosMaterials |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHeightfieldGeometryRef
(
FGuid& InGuid |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetResourceSizeEx
(
FResourceSizeEx& CumulativeResourceSize |