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