Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGDebugSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDebugElement.h |
| Include Path | #include "Elements/PCGDebugElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGDebugSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGDebugSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TargetActor | TSoftObjectPtr< AActor > | Elements/PCGDebugElement.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGDebugElement.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGDebugElement.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGDebugElement.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGDebugElement.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGDebugElement.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGDebugElement.h |