Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGCreatePointsGridElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCreatePointsGrid.h |
| Include Path | #include "Elements/PCGCreatePointsGrid.h" |
Syntax
class FPCGCreatePointsGridElement : 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/PCGCreatePointsGrid.h | |
virtual bool SupportsBasePointDataInputs
(
FPCGContext* InContext |
Returns true if node supports any point data format. | Elements/PCGCreatePointsGrid.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/PCGCreatePointsGrid.h |