ELiveLinkAxis

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.

Windows
MacOS
Linux

References

Module

LiveLink

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/PreProcessor/LiveLinkAxisSwitchPreProcessor.h

Include

#include "PreProcessor/LiveLinkAxisSwitchPreProcessor.h"

Syntax

enum ELiveLinkAxis
{
    X       = 0,
    Y       = 1,
    Z       = 2,
    XNeg    = 3,
    YNeg    = 4,
    ZNeg    = 5,
}

Values

Name

Description

X

Y

Z

XNeg

YNeg

ZNeg

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss