Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGMetadataBitwiseOperation |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataBitwiseOpElement.h |
| Include Path | #include "Elements/Metadata/PCGMetadataBitwiseOpElement.h" |
Syntax
enum EPCGMetadataBitwiseOperation
{
And,
Not,
Or,
Xor,
ShiftLeft,
ShiftRight,
}
Values
| Name | Remarks |
|---|---|
| And | |
| Not | |
| Or | |
| Xor | |
| ShiftLeft | |
| ShiftRight |