Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGPrintElementSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPrintElement.h |
| Include | #include "Elements/PCGPrintElement.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural), Meta=(Keywords="debug print string"))
class UPCGPrintElementSettings : public UPCGSettings
Remarks
Issues a specified message to the log, and optionally to the graph and/or screen. Note: This node will not function in shipping builds.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDisplayOnNode | Display warnings or errors on this node. | |
| bool | bEnablePrint | Enable the functionality of this node. Disable to bypass printing. | |
| bool | bPrefixWithComponent | Prefix the message with the name of the component. | |
| bool | bPrefixWithGraph | Prefix the message with the name of the graph. | |
| bool | bPrefixWithNode | Prefix the message with the name of the node. | |
| bool | bPrefixWithOwner | Prefix the message with the name of the component's owner. | |
| bool | bPrintPerComponent | Use the component as part of the key hash and print a message for each component with this node. | |
| bool | bPrintToScreen | Print the message to the editor viewport. | |
| FString | CustomPrefix | A prefix to which the core message will be appended. | |
| FString | PrintString | The core message to print to the logger, graph, and/or screen. | |
| FColor | PrintToScreenColor | The color of the on screen message. | |
| double | PrintToScreenDuration | The duration (in seconds) of the on screen message. | |
| EPCGPrintVerbosity | Verbosity | The verbosity level of the printed message. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| bool | If the node has any dynamic pins that can change based on input or settings | ||
| 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 > |