Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- IPCGElement
- FSimplePCGElement
- FPCGInputOutputElement
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGInputOutputSettings.h |
| Include | #include "PCGInputOutputSettings.h" |
Syntax
class FPCGInputOutputElement : public FSimplePCGElement
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| bool | ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | |
| 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 |