Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGLandscapeData.h |
| Include | #include "Data/PCGLandscapeData.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGLandscapeDataProps
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bGetActorReference | Controls whether the points from this landscape will return the actor from which they originate (e.g. which Landscape Proxy) | |
| bool | bGetComponentCoordinates | Controls whether the component coordinates will be added the point as attributes ('CoordinateX', 'CoordinateY') | |
| bool | bGetHeightOnly | Controls whether the points projected on the landscape will return the normal/tangent (if false) or only the position (if true) | |
| bool | bGetLayerWeights | Controls whether data from landscape layers will be retrieved (turning it off is an optimization if that data is not needed) | |
| bool | bGetPhysicalMaterial | Controls whether the points from the landscape will have their physical material added as the "PhysicalMaterial" attribute |