Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDataFromActorSettings
- UPCGGetLandscapeSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGTypedGetter.h |
| Include | #include "Elements/PCGTypedGetter.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGetLandscapeSettings : public UPCGDataFromActorSettings
Remarks
Builds a collection of landscape data from the selected actors.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGLandscapeDataProps | SamplingProperties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UPCGDataFromActorSettings
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| EPCGDataType | Override this to filter what kinds of data should be retrieved from the actor(s). | ||
| TSubclassOf< AActor > | Override this to change the default value the selector will revert to when changing the actor selection type |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FString | Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | ||
| FName | |||
| FText | |||
| FText | |||
| TArray< FPCGPinProperties > | |||
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bGetHeightOnly_DEPRECATED | ||
| bool | bGetLayerWeights_DEPRECATED |