Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 FindInputPreProcessor
(
TSharedPtr< class IInputProcessor > InputProcessor |
Get the index of a registered pre-processor. | Framework/Application/SlateApplication.h | |
int32 FindInputPreProcessor
(
TSharedPtr< class IInputProcessor > InputProcessor, |
Get the index of a registered pre-processor. | Framework/Application/SlateApplication.h |
FindInputPreProcessor(TSharedPtr< class IInputProcessor >)
Description
Get the index of a registered pre-processor.
| Name | FindInputPreProcessor |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
int32 FindInputPreProcessor
(
TSharedPtr < class IInputProcessor > InputProcessor
) const
The index of the pre-processor, or INDEX_NONE if not registered.
Parameters
| Name | Remarks |
|---|---|
| InputProcessor | The input pre-processor to find. |
FindInputPreProcessor(TSharedPtr< class IInputProcessor >, const EInputPreProcessorType &)
Description
Get the index of a registered pre-processor.
| Name | FindInputPreProcessor |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
int32 FindInputPreProcessor
(
TSharedPtr < class IInputProcessor > InputProcessor,
const EInputPreProcessorType & Type
) const
The index of the pre-processor, or INDEX_NONE if not registered.
Parameters
| Name | Remarks |
|---|---|
| InputProcessor | The input pre-processor to find. |
| Type | The priority bracket in which the pre-processor should be registered |