Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehavior.h |
| Include | #include "InputBehavior.h" |
Syntax
struct FInputCaptureData
Remarks
An active capturing behavior may need to keep track of additional data that cannot be stored within the behavior (for example if the same behavior instance is capturing for Left and Right separately). So FInputCaptureUpdate can optionally return this structure, and we will pass it to the next UpdateCapture() call
Variables
| Type | Name | Description | |
|---|---|---|---|
| void * | CustomData | Pointer to data defined by the InputBehavior, which is also responsible for cleaning it up | |
| EInputCaptureSide | WhichSide | Which side do we want to capture on |
Constructors
| Type | Name | Description | |
|---|---|---|---|