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 (Meta=(DisplayName="Animation Axis Switch"))
class ULiveLinkAnimationAxisSwitchPreProcessor : public ULiveLinkTransformAxisSwitchPreProcessor
Remarks
Allows to switch any axis of an incoming animation 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.
Overridden from ULiveLinkFramePreProcessor
| Type | Name | Description | |
|---|---|---|---|
| ULiveLinkFramePreProcessor::FWorkerSharedPtr | FetchWorker () |
||
| TSubclassOf< ULiveLinkRole > | GetRole () |
ULiveLinkAnimationAxisSwitchPreProcessor |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FLiveLinkAnimationAxisSwitchPreProcessorWorker |