Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
UPCGInnerIntersectionSettings |
| Type |
class |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGInnerIntersectionElement.h |
| Include Path |
#include "Elements/PCGInnerIntersectionElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGInnerIntersectionSettings : public UPCGSettings
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bKeepZeroDensityPoints |
bool |
If enabled, output points with a density value of 0 will NOT be automatically filtered out. |
Elements/PCGInnerIntersectionElement.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable)
|
| DensityFunction |
EPCGIntersectionDensityFunction |
|
Elements/PCGInnerIntersectionElement.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable)
|
Functions