ULiveLinkTransformAxisSwitchPreProcessor

Allows to switch any axis of an incoming transform with another axis.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LiveLink

Header

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

Include

#include "PreProcessor/LiveLinkAxisSwitchPreProcessor.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Meta=(DisplayName="Transform Axis Switch"))
class ULiveLinkTransformAxisSwitchPreProcessor : public ULiveLinkFramePreProcessor

Remarks

Allows to switch any axis of an incoming transform with another axis. @note For example the Z-Axis of an incoming transform can be set to the (optionally negated) Y-Axis of the transform in UE. @note This implies that translation, rotation and scale will be affected by switching an axis.

Variables

Name Description

Protected variable UProperty Category, EditAnywhere, Meta

bool

 

bUseOffsetOrientation

Protected variable UProperty Category, EditAnywhere, Meta

bool

 

bUseOffsetPosition

Protected variable UProperty Category, EditAnywhere

ELiveLinkAxis

 

FrontAxis

Protected variable

TSharedPtr< FLi...

 

Instance

Protected variable UProperty Category, EditAnywhere, Meta

FRotator

 

OffsetOrientation

Protected variable UProperty Category, EditAnywhere, Meta

FVector

 

OffsetPosition

Protected variable UProperty Category, EditAnywhere

ELiveLinkAxis

 

RightAxis

Protected variable UProperty Category, EditAnywhere

ELiveLinkAxis

 

UpAxis

Overridden from ULiveLinkFramePreProcessor

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeChainProperty

(
    FPropertyChangedChainEvent& Proper...
)

This alternate version of PostEditChange is called when properties inside structs are modified.

Public function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Handles reading, writing, and reference collecting using FArchive.

Classes

Deprecated Variables

Name Description

Protected variable UProperty Meta

ELiveLinkAxis

 

OrientationAxisX_DEPRECATED

Protected variable UProperty Meta

ELiveLinkAxis

 

OrientationAxisY_DEPRECATED

Protected variable UProperty Meta

ELiveLinkAxis

 

OrientationAxisZ_DEPRECATED

Protected variable UProperty Meta

ELiveLinkAxis

 

TranslationAxisX_DEPRECATED

Protected variable UProperty Meta

ELiveLinkAxis

 

TranslationAxisY_DEPRECATED

Protected variable UProperty Meta

ELiveLinkAxis

 

TranslationAxisZ_DEPRECATED

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