Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGPrintElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPrintElement.h |
| Include Path | #include "Elements/PCGPrintElement.h" |
Syntax
class FPCGPrintElement : public IPCGElement
Implements Interfaces
Functions
Public
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanExecuteOnlyOnMainThread
(
FPCGContext* Context |
Print to screen is perhaps safe to be called from outside of the main thread, but taking the safe approach here. | Elements/PCGPrintElement.h | |
virtual bool IsCacheable
(
const UPCGSettings* InSettings |
Returns true if the node can be cached (e.g. does not create artifacts & does not depend on untracked data | Elements/PCGPrintElement.h |
Protected
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | Elements/PCGPrintElement.h | |
virtual bool SupportsBasePointDataInputs
(
FPCGContext* InContext |
Returns true if node supports any point data format. | Elements/PCGPrintElement.h |