Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGMetadataOp |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataCommon.h |
| Include Path |
#include "Metadata/PCGMetadataCommon.h" |
Syntax
enum EPCGMetadataOp
{
Min,
Max,
Sub,
Add,
Mul,
Div,
SourceValue,
TargetValue,
}
Values
| Name |
Remarks |
| 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. |