Navigation
API > API/Plugins > API/Plugins/LiveLink
Implements a deadband filter that gets applied to the transform, with independent thresholds for rotation and translation.
| Name | ULiveLinkTransformDeadbandPreProcessor |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/PreProcessor/LiveLinkDeadbandPreProcessor.h |
| Include Path | #include "PreProcessor/LiveLinkDeadbandPreProcessor.h" |
Syntax
UCLASS (MinimalAPI, Meta=(DisplayName="Transform Deadband"))
class ULiveLinkTransformDeadbandPreProcessor : public ULiveLinkFramePreProcessor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkFramePreProcessor → ULiveLinkTransformDeadbandPreProcessor
Classes
| Name | Remarks |
|---|---|
| FLiveLinkTransformDeadbandPreProcessorWorker |