Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
Inheritance Hierarchy
- IModifierToggleBehaviorTarget
- IClickBehaviorTarget
- FLeftRghtClickBehaviorTarget
References
| Module | SequencerAnimTools |
| Header | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/MotionTrailTool.h |
| Include | #include "MotionTrailTool.h" |
Syntax
class FLeftRghtClickBehaviorTarget : public IClickBehaviorTarget
Remarks
IClickBehaviorTarget Wrapper to handle left and right clicks
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bClicked | Target will check these and then revert them back after using them. | |
| bool | bIsLeft | ||
| IClickBehaviorTarget * | Target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IClickBehaviorTarget
| Type | Name | Description | |
|---|---|---|---|
| FInputRayHit | IsHitByClick
(
const FInputDeviceRay& ClickPos |
Test if target is hit by a click | |
| void | OnClicked
(
const FInputDeviceRay& ClickPos |
Notify Target that click ocurred |
Overridden from IModifierToggleBehaviorTarget
| Type | Name | Description | |
|---|---|---|---|
| void | OnUpdateModifierState
(
int ModifierID, |
Notify target of current modifier state |