Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/PreProcessor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkFramePreProcessor
- ULiveLinkTransformAxisSwitchPreProcessor
- ULiveLinkAnimationAxisSwitchPreProcessor
References
Module | LiveLink |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/PreProcessor/LiveLinkAxisSwitchPreProcessor.h |
Include | #include "PreProcessor/LiveLinkAxisSwitchPreProcessor.h" |
Syntax
UCLASS&40;Meta&61;&40;DisplayName&61;"Transform Axis Switch"&41;&41;
class ULiveLinkTransformAxisSwitchPreProcessor : public ULiveLinkFramePreProcessor
Remarks
Allows to switch any axis of an incoming transform with another axis.
For example the Z-Axis of an incoming transform can be set to the (optionally negated) Y-Axis of the transform in UE.
This implies that translation, rotation and scale will be affected by switching an axis.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | bUseOffsetOrientation | |
![]() ![]() ![]() |
bool | bUseOffsetPosition | |
![]() ![]() ![]() |
ELiveLinkAxis | FrontAxis | |
![]() |
TSharedPtr< FLiveLinkTransformAxisSwitchPreProcessorWorker, ESPMode::ThreadSafe > | Instance | |
![]() ![]() ![]() |
FRotator | OffsetOrientation | |
![]() ![]() ![]() |
FVector | OffsetPosition | |
![]() ![]() ![]() |
ELiveLinkAxis | RightAxis | |
![]() ![]() ![]() |
ELiveLinkAxis | UpAxis |
Overridden from ULiveLinkFramePreProcessor
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
ULiveLinkFramePreProcessor::FWorkerSharedPtr | FetchWorker () |
|
![]() ![]() ![]() |
TSubclassOf< ULiveLinkRole > | GetRole () |
ULiveLinkTransformAxisSwitchPreProcessor |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. |
![]() ![]() |
void | Handles reading, writing, and reference collecting using FArchive. |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FLiveLinkTransformAxisSwitchPreProcessorWorker |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
ELiveLinkAxis | OrientationAxisX_DEPRECATED | |
![]() ![]() ![]() |
ELiveLinkAxis | OrientationAxisY_DEPRECATED | |
![]() ![]() ![]() |
ELiveLinkAxis | OrientationAxisZ_DEPRECATED | |
![]() ![]() ![]() |
ELiveLinkAxis | TranslationAxisX_DEPRECATED | |
![]() ![]() ![]() |
ELiveLinkAxis | TranslationAxisY_DEPRECATED | |
![]() ![]() ![]() |
ELiveLinkAxis | TranslationAxisZ_DEPRECATED |