unreal.PCGMetadataOp
¶
- class unreal.PCGMetadataOp¶
Bases:
EnumBase
EPCGMetadata Op
C++ Source:
Plugin: PCG
Module: PCG
File: PCGMetadataCommon.h
- ADD: PCGMetadataOp¶
Add the values.
- Type:
3
- DIV: PCGMetadataOp¶
Divide the values.
- Type:
5
- MAX: PCGMetadataOp¶
Take the maximum value.
- Type:
1
- MIN: PCGMetadataOp¶
Take the minimum value.
- Type:
0
- MUL: PCGMetadataOp¶
Multiply the values.
- Type:
4
- SOURCE_VALUE: PCGMetadataOp¶
Pick the source (first) value.
- Type:
6
- SUB: PCGMetadataOp¶
Subtract the values.
- Type:
2
- TARGET_VALUE: PCGMetadataOp¶
Pick the target (second) value.
- Type:
7