Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGCreatePointsElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCreatePoints.h |
| Include Path | #include "Elements/PCGCreatePoints.h" |
Syntax
class FPCGCreatePointsElement : public IPCGElement
Implements Interfaces
Functions
Public
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetDependenciesCrc
(
const FPCGGetDependenciesCrcParams& InParams, |
Calculate a Crc that provides a receipt for the input data that can be paired with output data from the cache. | Elements/PCGCreatePoints.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/PCGCreatePoints.h | |
virtual bool ShouldComputeFullOutputDataCrc
(
FPCGContext* Context |
Whether to do a 'deep' fine-grained CRC of the output data to pass to downstream nodes. | Elements/PCGCreatePoints.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/PCGCreatePoints.h |