Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGMetadataFilterMode |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataCommon.h |
| Include Path |
#include "Metadata/PCGMetadataCommon.h" |
Syntax
enum EPCGMetadataFilterMode
{
ExcludeAttributes,
IncludeAttributes,
}
Values
| Name |
Remarks |
| ExcludeAttributes |
The listed attributes will be unchanged by the projection and will not be added from the target data. |
| IncludeAttributes |
Only the listed attributes will be changed by the projection or added from the target data. |