Navigation
API > API/Plugins > API/Plugins/PCG
Parameters that control projection behaviour.
| Name | FPCGProjectionParams |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGProjectionParams.h |
| Include Path | #include "Elements/PCGProjectionParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGProjectionParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FPCGProjectionParams () |
TODO [DEPRECATED_IN_5_4]: This rule of five necessary to avoid compile-time warnings. To be removed in when the deprecated member has expired. | Elements/PCGProjectionParams.h | |
FPCGProjectionParams
(
const FPCGProjectionParams& |
Elements/PCGProjectionParams.h | ||
| Elements/PCGProjectionParams.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPCGProjectionParams() |
Elements/PCGProjectionParams.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeList | FString | Attributes to either explicitly exclude or include in the projection operation, depending on the Attribute Mode setting. | Elements/PCGProjectionParams.h |
|
| AttributeMergeOperation | EPCGMetadataOp | Operation to use to combine attributes that reside on both source and target data. | Elements/PCGProjectionParams.h |
|
| AttributeMode | EPCGMetadataFilterMode | How the attribute list is used. | Elements/PCGProjectionParams.h |
|
| bProjectPositions | PRAGMA_ENABLE_DEPRECATION_WARNINGS bool | Project positions. | Elements/PCGProjectionParams.h |
|
| bProjectRotations | bool | Project rotations. | Elements/PCGProjectionParams.h |
|
| bProjectScales | bool | Project scales. | Elements/PCGProjectionParams.h |
|
| ColorBlendMode | EPCGProjectionColorBlendMode | The blend mode for colors during the projection | Elements/PCGProjectionParams.h |
|
| TagMergeOperation | EPCGProjectionTagMergeMode | Controls whether the data tags are taken from the source, the target or both. | Elements/PCGProjectionParams.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyDeprecation() |
Elements/PCGProjectionParams.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGProjectionParams & operator=
(
const FPCGProjectionParams& |
Elements/PCGProjectionParams.h | ||
| Elements/PCGProjectionParams.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bProjectColors_DEPRECATED | bool | TODO [DEPRECATED_IN_5_4]: Remove the 'rule of five' needed above upon deprecation. | Elements/PCGProjectionParams.h |
|