Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication > API/Runtime/Slate/Framework/Application/FSlateApplication/RegisterInputPre-
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
bool RegisterInputPreProcessor
(
TSharedPtr < class IInputProcessor > InputProcessor,
const FInputPreprocessorRegistrationKey & Info
)
Remarks
Adds input pre-processor if unique. True if added to list of input pre-processors, false if not
Parameters
| Name | Description |
|---|---|
| InputProcessor | The input pre-processor to add. |
| Info | Information specifying which priority type and index should be used to register the pre-processor. |