Navigation
API > API/Plugins > API/Plugins/CommonInput > API/Plugins/CommonInput/UCommonInputBaseControllerData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool TryGetInputBrush
(
FSlateBrush& OutBrush, |
CommonInputBaseTypes.h | ||
virtual bool TryGetInputBrush
(
FSlateBrush& OutBrush, |
CommonInputBaseTypes.h |
TryGetInputBrush(FSlateBrush &, const FKey &)
| Name | TryGetInputBrush |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonInput/Public/CommonInputBaseTypes.h |
| Include Path | #include "CommonInputBaseTypes.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonInput/Private/CommonInputBaseTypes.cpp |
virtual bool TryGetInputBrush
(
FSlateBrush & OutBrush,
const FKey & Key
) const
TryGetInputBrush(FSlateBrush &, const TArray< FKey > &)
| Name | TryGetInputBrush |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonInput/Public/CommonInputBaseTypes.h |
| Include Path | #include "CommonInputBaseTypes.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonInput/Private/CommonInputBaseTypes.cpp |
virtual bool TryGetInputBrush
(
FSlateBrush & OutBrush,
const TArray < FKey > & Keys
) const