Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/PCGMetadataCommon.h |
| Include | #include "Metadata/PCGMetadataCommon.h" |
Syntax
enum EPCGMetadataOp
&123;
Min,
Max,
Sub,
Add,
Mul,
Div,
SourceValue,
TargetValue,
&125;
Values
| Name | Description |
|---|---|
| Min | Take the minimum value. |
| Max | Take the maximum value. |
| Sub | Subtract the values. |
| Add | Add the values. |
| Mul | Multiply the values. |
| Div | Divide the values. |
| SourceValue | Pick the source (first) value. |
| TargetValue | Pick the target (second) value. |