Navigation
API > API/Plugins > API/Plugins/PCG
Return the number of points in the input point data.
| Name | UPCGNumberOfPointsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGNumberOfElements.h |
| Include Path | #include "Elements/PCGNumberOfElements.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGNumberOfPointsSettings : public UPCGNumberOfElementsBaseSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGNumberOfElementsBaseSettings → UPCGNumberOfPointsSettings
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGNumberOfElements.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGNumberOfElements.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGNumberOfElements.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGNumberOfElements.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGNumberOfElements.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGNumberOfElements.h |