Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include | #include "PrimitiveSceneProxy.h" |
Syntax
class FHeightfieldComponentDescription
Remarks
Information about a heightfield gathered by the renderer for heightfield lighting.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GPUSceneInstanceIndex | ||
| FIntRect | HeightfieldRect | ||
| FVector4f | HeightfieldScaleBias | ||
| FVector2D | LightingAtlasLocation | ||
| FMatrix | LocalToWorld | ||
| FVector4f | MinMaxUV | ||
| int32 | NumSubsections | ||
| FVector4 | SubsectionScaleAndBias | ||
| int32 | VisibilityChannel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHeightfieldComponentDescription
(
const FMatrix& InLocalToWorld, |