Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGCreateCollisionDataSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCreateCollisionData.h |
| Include | #include "Elements/PCGCreateCollisionData.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGCreateCollisionDataSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSynchronousLoad | ||
| bool | bWarnIfAttributeCouldNotBeUsed | ||
| FPCGAttributePropertyInputSelector | CollisionAttribute | ||
| EPCGCollisionQueryFlag | CollisionQueryFlag | Controls how shapes are selected from collision. Performance warning on using complex shapes. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| 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. | ||
| TArray< FPCGPinProperties > | |||
| void | PostLoad () |