Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/PreProcessor > API/Plugins/LiveLink/PreProcessor/ULiveLinkTransformDeadbandPrePro-
Inheritance Hierarchy
- ILiveLinkFramePreProcessorWorker
- ULiveLinkTransformDeadbandPreProcessor::FLiveLinkTransformDeadbandPreProcessorWorker
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/PreProcessor/LiveLinkDeadbandPreProcessor.h |
| Include | #include "PreProcessor/LiveLinkDeadbandPreProcessor.h" |
Syntax
class FLiveLinkTransformDeadbandPreProcessorWorker : public ILiveLinkFramePreProcessorWorker
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableDeadband | If false, transform is left untouched | |
| double | RotationDeadbandInDegrees | Rotation is updated only if the change is larger than this threshold | |
| FTransform | StableTransform | Keeps track of the last accepted location and translation | |
| double | TranslationDeadband | Translation is updated only if the change is larger than this threshold |
Overridden from ILiveLinkFramePreProcessorWorker
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULiveLinkRole > | GetRole () |
||
| bool | PreProcessFrame
(
FLiveLinkFrameDataStruct& InOutFrame |