Navigation
API > API/Plugins > API/Plugins/PCG
Removes points that lie outside the current actor bounds.
| Name | UPCGCullPointsOutsideActorBoundsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCullPointsOutsideActorBounds.h |
| Include Path | #include "Elements/PCGCullPointsOutsideActorBounds.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGCullPointsOutsideActorBoundsSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGCullPointsOutsideActorBoundsSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundsExpansion | float | Elements/PCGCullPointsOutsideActorBounds.h |
|
|
| Mode | EPCGCullPointsMode | Elements/PCGCullPointsOutsideActorBounds.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CreateKernels
(
FPCGGPUCompilationContext& InOutContext, |
Create the GPU kernels and kernel edges that should execute for this node. | Elements/PCGCullPointsOutsideActorBounds.h | |
virtual bool DisplayExecuteOnGPUSetting() |
Whether to display GPU execution option in node settings UI. | Elements/PCGCullPointsOutsideActorBounds.h | |
virtual FName GetDefaultNodeName() |
Elements/PCGCullPointsOutsideActorBounds.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGCullPointsOutsideActorBounds.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGCullPointsOutsideActorBounds.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGCullPointsOutsideActorBounds.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGCullPointsOutsideActorBounds.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/PCGCullPointsOutsideActorBounds.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGCullPointsOutsideActorBounds.h |