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" |
static FInputCaptureUpdate Begin
&40;
UInputBehavior &42; SourceBehavior,
EInputCaptureSide WhichSide,
void &42; CustomData
&41;
Remarks
Create a begin-capturing instance of FInputCaptureUpdate
Parameters
| Name | Description |
|---|---|
| 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! |