Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGProjectionParams.h |
| Include | #include "Elements/PCGProjectionParams.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FPCGProjectionParams
Remarks
Parameters that control projection behaviour.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AttributeList | Attributes to either explicitly exclude or include in the projection operation, depending on the Attribute Mode setting. | |
| EPCGMetadataOp | AttributeMergeOperation | Operation to use to combine attributes that reside on both source and target data. | |
| EPCGMetadataFilterMode | AttributeMode | How the attribute list is used. | |
| bool | bProjectColors | Project colors. | |
| bool | bProjectPositions | Project positions. | |
| bool | bProjectRotations | Project rotations. | |
| bool | bProjectScales | Project scales. |