Navigation
API > API/Plugins > API/Plugins/LiveLink
DO NOT modify the order or values of these enums - the code relies on the order and values and will fail if it's changed.
| Name | ELiveLinkAxis |
| Type | enum |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/PreProcessor/LiveLinkAxisSwitchPreProcessor.h |
| Include Path | #include "PreProcessor/LiveLinkAxisSwitchPreProcessor.h" |
Syntax
enum ELiveLinkAxis
{
X = 0,
Y = 1,
Z = 2,
XNeg = 3,
YNeg = 4,
ZNeg = 5,
}
Values
| Name | Remarks |
|---|---|
| X | |
| Y | |
| Z | |
| XNeg | |
| YNeg | |
| ZNeg |