Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGMetadataRotatorOperation |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataRotatorOpElement.h |
| Include Path |
#include "Elements/Metadata/PCGMetadataRotatorOpElement.h" |
Syntax
enum EPCGMetadataRotatorOperation
{
RotatorOp = 0,
Combine,
Invert,
Lerp,
Normalize,
TransformOp = 100,
TransformRotation,
InverseTransformRotation,
}
Values
| Name |
Remarks |
| RotatorOp |
|
| Combine |
|
| Invert |
|
| Lerp |
|
| Normalize |
|
| TransformOp |
|
| TransformRotation |
|
| InverseTransformRotation |
|