Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FInputCaptureUpdate
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehavior.h |
| Include | #include "InputBehavior.h" |
FInputCaptureUpdate
&40;
EInputCaptureState StateIn,
UInputBehavior &42; SourceBehaviorIn,
EInputCaptureSide WhichSideIn,
void &42; CustomData
&41;
Parameters
| Name | Description |
|---|---|
| StateIn | desired capture state |
| Source | UInputBehavior that is returning this update |
| Which | Which side we are capturing on |
| CustomData | client-provided data that will be passed to UInputBehavior::UpdateCapture() calls. Client owns this memory! |