Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGMetadataVectorOperation |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataVectorOpElement.h |
| Include Path | #include "Elements/Metadata/PCGMetadataVectorOpElement.h" |
Syntax
enum EPCGMetadataVectorOperation
{
VectorOp = 0,
Cross,
Dot,
Distance,
Normalize,
Length,
RotateAroundAxis,
TransformOp = 100,
TransformDirection,
TransformLocation,
InverseTransformDirection,
InverseTransformLocation,
}
Values
| Name | Remarks |
|---|---|
| VectorOp | |
| Cross | |
| Dot | |
| Distance | |
| Normalize | |
| Length | |
| RotateAroundAxis | |
| TransformOp | |
| TransformDirection | |
| TransformLocation | |
| InverseTransformDirection | |
| InverseTransformLocation |