unreal.PCGMetadataFilterMode
¶
- class unreal.PCGMetadataFilterMode¶
Bases:
EnumBase
EPCGMetadata Filter Mode
C++ Source:
Plugin: PCG
Module: PCG
File: PCGMetadataCommon.h
- EXCLUDE_ATTRIBUTES: PCGMetadataFilterMode¶
The listed attributes will be unchanged by the projection and will not be added from the target data.
- Type:
0
- INCLUDE_ATTRIBUTES: PCGMetadataFilterMode¶
Only the listed attributes will be changed by the projection or added from the target data.
- Type:
1