Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDebugSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDebugElement.h |
| Include | #include "Elements/PCGDebugElement.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGDebugSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< AActor > | TargetActor |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > |