Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDynamicMeshBaseSettings
- UPCGBooleanOperationSettings
References
| Module | PCGGeometryScriptInterop |
| Header | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGBooleanOperation.h |
| Include | #include "Elements/PCGBooleanOperation.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGBooleanOperationSettings : public UPCGDynamicMeshBaseSettings
Remarks
Do a boolean operation between dynamic meshes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EGeometryScriptBooleanOperation | BooleanOperation | ||
| FGeometryScriptMeshBooleanOptions | BooleanOperationOptions | ||
| EPCGBooleanOperationMode | Mode | ||
| EPCGBooleanOperationTagInheritanceMode | TagInheritanceMode |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. |