Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDataFromActorSettings
- UPCGGetPCGComponentSettings
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 UPCGGetPCGComponentSettings : public UPCGDataFromActorSettings
Remarks
Builds a collection of data from other PCG components on the selected actors. Automatically tags each output with the grid size it was collected from, prefixed by "PCG_GridSize_" (e.g. PCG_GridSize_12800).
Note: a component cannot get component data from itself or other components in its execution context, as it could create a circular dependency.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UPCGDataFromActorSettings
| Type | Name | Description | |
|---|---|---|---|
| EPCGDataType | Override this to filter what kinds of data should be retrieved from the actor(s). |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FText | |||
| FText | |||
| TArray< FPCGPinProperties > |