className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
FGameDragDropOperation::IsOfTypeImpl
|
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
|
Checks whether this drag and drop operation can cast safely to the specified type.
|
SlateCore
|
virtual bool IsOfTypeImpl ( const [FString](API\Runtime\Core\Containers\FString) & Type ) const
|
[] |
FGameDragDropOperation::FGameDragDropOperation
|
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
|
Default constructor.
|
SlateCore
|
FGameDragDropOperation()
|
[] |
FGameDragDropOperation
|
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
|
SlateCore
|
class FGameDragDropOperation : public [FDragDropOperation](API\Runtime\SlateCore\Input\FDragDropOperation)
|
[
{
"type": "FVector2D",
"name": "DecoratorPosition",
"description": "The absolute position of the decorator."
}
] |
|
FHittestGrid::AddWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
AddSWidgetfrom the HitTest Grid
|
SlateCore
|
void AddWidget ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InWidget, int32 InBatchPriorityGroup, int32 InLayerId, int32 InSecondarySort )
|
[] |
FHittestGrid::AddGrid
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Add an already existing grid that occupy the same space. The grid needs to have an owner, not be this grid and occupy the same space as this grid.
|
SlateCore
|
void AddGrid ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) > & OtherGrid )
|
[] |
FHittestGrid::AddWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
AddSWidgetfrom the HitTest Grid
|
SlateCore
|
void AddWidget ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget, int32 InBatchPriorityGroup, int32 InLayerId, [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) InSecondarySort )
|
[] |
FHittestGrid::AddWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
AddSWidgetfrom the HitTest Grid
|
SlateCore
|
void AddWidget ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InWidget, int32 InBatchPriorityGroup, int32 InLayerId, [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) InSecondarySort )
|
[] |
FHittestGrid::AppendGrid
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Append an already existing grid that occupy the same space.
|
SlateCore
|
void AppendGrid ( [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) & OtherGrid )
|
[] |
FHittestGrid::Clear
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Clear the grid
|
SlateCore
|
void Clear()
|
[] |
FHittestGrid::ContainsWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Check ifSWidgetis contained within the HitTest Grid
|
SlateCore
|
bool ContainsWidget ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget ) const
|
[] |
FHittestGrid::DisplayGrid
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
void DisplayGrid ( int32 InLayer, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & WindowElementList, [EDisplayGridFlags](API\Runtime\SlateCore\Input\FHittestGrid\EDisplayGridFlags) DisplayFlags ) const
|
[] |
|
EDisplayGridFlags
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
enum EDisplayGridFlags { None = 0, HideDisabledWidgets = 1 << 0, HideUnsupportedKeyboardFocusWidgets = 1 << 1, UseFocusBrush = 1 << 2, }
|
[] |
|
FCollapsedHittestGridArray
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
typedef [TArray](API\Runtime\Core\Containers\TArray)< const [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) *, TInlineAllocator< 16 >> FCollapsedHittestGridArray
|
[] |
|
FDebuggingFindNextFocusableWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
typedef TMulticastDelegate_TwoParams< void, const [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) *, const [FDebuggingFindNextFocusableWidgetArgs](API\Runtime\SlateCore\Input\FHittestGrid\FDebuggingFindNextFocusableWidge-_1) & > FDebuggingFindNextFocusableWidget
|
[] |
|
FCollapsedWidgetsArray
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
typedef [TArray](API\Runtime\Core\Containers\TArray)< FWidgetIndex, TInlineAllocator< 100 >> FCollapsedWidgetsArray
|
[] |
|
FHittestGrid::FDebuggingFindNextFocusableWidgetArgs::FWidgetResult::FWidgetResult
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
FWidgetResult &40; const TSharedPtr< const SWidget > & InWidget, FText InResult &41;
|
[] |
|
FWidgetResult
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
FWidgetResult(
constTSharedPtr< constSWidget>& InWidget,FTextInResult)
|
SlateCore
|
struct FWidgetResult
|
[] |
FDebuggingFindNextFocusableWidgetArgs
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
struct FDebuggingFindNextFocusableWidgetArgs
|
[
{
"type": "const EUINaviga...",
"name": "Direction",
"description": ""
},
{
"type": "TArray<FWidget...",
"name": "IntermediateResults",
"description": ""
},
{
"type": "constFNavigati...",
"name": "NavigationReply",
"description": ""
},
{
"type": "constTSharedPt...",
"name": "Result",
"description": ""
},
{
"type": "constFArranged...",
"name": "RuleWidget",
"description": ""
},
{
"type": "constFArranged...",
"name": "StartingWidget",
"description": ""
},
{
"type": "const int32",
"name": "UserIndex",
"description": ""
}
] |
|
FGridTestingParams
|
/Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp
|
SlateCore
|
struct FGridTestingParams
|
[
{
"type": "bool",
"name": "bTestWidgetIsInteractive",
"description": ""
},
{
"type": "FIntPoint",
"name": "CellCoord",
"description": ""
},
{
"type": "FVector2f",
"name": "CursorPositionInGrid",
"description": ""
},
{
"type": "float",
"name": "Radius",
"description": ""
}
] |
|
FHittestGrid::FGridTestingParams::FGridTestingParams
|
/Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp
|
Ctor
|
SlateCore
|
FGridTestingParams&40;&41;
|
[] |
FHittestGrid::FindNextFocusableWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Finds the next focusable widget by searching through the hit test grid
|
SlateCore
|
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > FindNextFocusableWidget ( const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & StartingWidget, const EUINavigation Direction, const [FNavigationReply](API\Runtime\SlateCore\Input\FNavigationReply) & NavigationReply, const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & RuleWidget, int32 UserIndex )
|
[] |
FHittestGrid::GetBubblePath
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Given a Slate Units coordinate in virtual desktop space, perform a hittest and return the path along which the corresponding event would be bubbled.
|
SlateCore
|
[TArray](API\Runtime\Core\Containers\TArray)< [FWidgetAndPointer](API\Runtime\SlateCore\Layout\FWidgetAndPointer) > GetBubblePath ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) DesktopSpaceCoordinate, float CursorRadius, bool bIgnoreEnabledStatus, int32 UserIndex )
|
[] |
FHittestGrid::GetAllWidgetSortDatas
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
[TArray](API\Runtime\Core\Containers\TArray)< [FWidgetSortData](API\Runtime\SlateCore\Input\FHittestGrid\FWidgetSortData) > GetAllWidgetSortDatas() const
|
[] |
|
FWidgetSortData
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
struct FWidgetSortData
|
[
{
"type": "int64",
"name": "PrimarySort",
"description": ""
},
{
"type": "FSlateInvalidat...",
"name": "SecondarySort",
"description": ""
},
{
"type": "constTWeakPtr<...",
"name": "WeakWidget",
"description": ""
}
] |
|
FHittestGrid::GetGridSize
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetGridSize() const
|
[] |
|
FHittestGrid::GetGridOrigin
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetGridOrigin() const
|
[] |
|
FHittestGrid::GetUserIndex
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Gets current slate user index that should be associated with any added widgets
|
SlateCore
|
int32 GetUserIndex() const
|
[] |
FHittestGrid::GetGridWindowOrigin
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetGridWindowOrigin() const
|
[] |
|
FHittestGrid::InsertCustomHitTestPath
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Insert custom hit test data for a widget already in the grid
|
SlateCore
|
void InsertCustomHitTestPath ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InWidget, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ICustomHitTestPath](API\Runtime\SlateCore\Input\ICustomHitTestPath) > CustomHitTestPath )
|
[] |
FHittestGrid::InsertCustomHitTestPath
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Insert custom hit test data for a widget already in the grid
|
SlateCore
|
void InsertCustomHitTestPath ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ICustomHitTestPath](API\Runtime\SlateCore\Input\ICustomHitTestPath) > & CustomHitTestPath )
|
[] |
OnFindNextFocusableWidgetExecuted
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
static [FDebuggingFindNextFocusableWidget](API\Runtime\SlateCore\Input\FHittestGrid\FDebuggingFindNextFocusableWidge-) OnFindNextFocusableWidgetExecuted;
|
[] |
|
FHittestGrid::LogGrid
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
void LogGrid() const
|
[] |
|
FHittestGrid::RemoveGrid
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Remove a grid that was appended.
|
SlateCore
|
void RemoveGrid ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) > & OtherGrid )
|
[] |
FHittestGrid::RemoveGrid
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Remove a grid that was appended.
|
SlateCore
|
void RemoveGrid ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * OtherGridOwner )
|
[] |
FHittestGrid::RemoveWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
RemoveSWidgetfrom the HitTest Grid
|
SlateCore
|
void RemoveWidget ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InWidget )
|
[] |
FHittestGrid::RemoveWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
RemoveSWidgetfrom the HitTest Grid
|
SlateCore
|
void RemoveWidget ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget )
|
[] |
FHittestGrid::SetCullingRect
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Set the culling rect to be used by the parent grid (in case we are appended to another grid).
|
SlateCore
|
void SetCullingRect ( const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & InCullingRect )
|
[] |
FHittestGrid::SetHittestArea
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Set the position and size of the hittest area in desktop coordinates
Returns true if a clear of the hittest grid was required.
|
SlateCore
|
bool SetHittestArea ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & HittestPositionInDesktop, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & HittestDimensions, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & HitestOffsetInWindow )
|
[] |
FHittestGrid::SetOwner
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Set the ownerSWidgetto be used by the parent grid (in case we are appended to another grid).
|
SlateCore
|
void SetOwner ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InOwner )
|
[] |
FHittestGrid::SetUserIndex
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Sets the current slate user index that should be associated with any added widgets
|
SlateCore
|
void SetUserIndex ( int32 UserIndex )
|
[] |
FHittestGrid::UpdateWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Update the widget SecondarySort without removing it and readding it again.
|
SlateCore
|
void UpdateWidget ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InWidget, [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) InSecondarySort )
|
[] |
FHittestGrid::UpdateWidget
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
Update the widget SecondarySort without removing it and readding it again.
|
SlateCore
|
void UpdateWidget ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget, [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) InSecondarySort )
|
[] |
FHittestGrid::FHittestGrid
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
FHittestGrid()
|
[] |
|
FHittestGrid
|
/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h
|
SlateCore
|
class FHittestGrid : public [FNoncopyable](API\Runtime\Core\Templates\FNoncopyable)
|
[] |
|
FInputEvent::FindGeometry
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
The event path provides additional context for handling
|
SlateCore
|
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) FindGeometry ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & WidgetToFind ) const
|
[] |
FInputEvent::AreCapsLocked
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if caps lock was on when this event occurred
|
SlateCore
|
bool AreCapsLocked() const
|
[] |
FInputEvent::GetEventPath
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
const [FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) * GetEventPath() const
|
[] |
|
FInputEvent::GetInputDeviceId
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the input device that caused this event.
|
SlateCore
|
[FInputDeviceId](API\Runtime\Core\Misc\FInputDeviceId) GetInputDeviceId() const
|
[] |
FInputEvent::GetPlatformUserId
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the associated platform user that caused this event
|
SlateCore
|
[FPlatformUserId](API\Runtime\Core\Misc\FPlatformUserId) GetPlatformUserId() const
|
[] |
FInputEvent::GetUserIndex
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the index of the user that generated this event.
|
SlateCore
|
uint32 GetUserIndex() const
|
[] |
FInputEvent::GetWindow
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > GetWindow() const
|
[] |
|
FInputEvent::GetModifierKeys
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the complete set of modifier keys
|
SlateCore
|
const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & GetModifierKeys() const
|
[] |
FInputEvent::IsAltDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if either alt key was down when this event occurred
|
SlateCore
|
bool IsAltDown() const
|
[] |
FInputEvent::IsCommandDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if either command key was down when this event occurred
|
SlateCore
|
bool IsCommandDown() const
|
[] |
FInputEvent::IsControlDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if either control key was down when this event occurred
|
SlateCore
|
bool IsControlDown() const
|
[] |
FInputEvent::IsKeyEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Is this event a key event.
|
SlateCore
|
virtual bool IsKeyEvent() const
|
[] |
FInputEvent::IsLeftAltDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if left alt key was down when this event occurred
|
SlateCore
|
bool IsLeftAltDown() const
|
[] |
FInputEvent::IsLeftCommandDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if left command key was down when this event occurred
|
SlateCore
|
bool IsLeftCommandDown() const
|
[] |
FInputEvent::IsLeftControlDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if left control key was down when this event occurred
|
SlateCore
|
bool IsLeftControlDown() const
|
[] |
FInputEvent::IsLeftShiftDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if left shift key was down when this event occurred
|
SlateCore
|
bool IsLeftShiftDown() const
|
[] |
FInputEvent::IsRepeat
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns whether or not this character is an auto-repeated keystroke
True if this character is a repeat
|
SlateCore
|
bool IsRepeat() const
|
[] |
FInputEvent::IsPointerEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Is this event a pointer event (touch or cursor).
|
SlateCore
|
virtual bool IsPointerEvent() const
|
[] |
FInputEvent::IsRightAltDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if right alt key was down when this event occurred
|
SlateCore
|
bool IsRightAltDown() const
|
[] |
FInputEvent::IsRightControlDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if right control key was down when this event occurred
|
SlateCore
|
bool IsRightControlDown() const
|
[] |
FInputEvent::IsRightCommandDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if right command key was down when this event occurred
|
SlateCore
|
bool IsRightCommandDown() const
|
[] |
FInputEvent::IsRightShiftDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if right shift key was down when this event occurred
|
SlateCore
|
bool IsRightShiftDown() const
|
[] |
FInputEvent::IsShiftDown
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns true if either shift key was down when this event occurred
True if shift is pressed
|
SlateCore
|
bool IsShiftDown() const
|
[] |
FInputEvent::SetEventPath
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Set the widget path along which this event will be routed
|
SlateCore
|
void SetEventPath ( const [FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) & InEventPath )
|
[] |
FInputEvent::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
virtual [FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
FInputEvent::FInputEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
UStructConstructor. Not meant for normal usage.
|
SlateCore
|
FInputEvent()
|
[] |
FInputEvent::FInputEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Constructor. Events are immutable once constructed.
|
SlateCore
|
FInputEvent ( const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const int32 InUserIndex, const bool bInIsRepeat )
|
[] |
FInputEvent::~FInputEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Virtual destructor.
|
SlateCore
|
virtual ~FInputEvent()
|
[] |
FInputEvent::FInputEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
FInputEvent ( const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const [FInputDeviceId](API\Runtime\Core\Misc\FInputDeviceId) InDeviceId, const bool bInIsRepeat )
|
[] |
|
FKeyEvent::GetCharacter
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the character code for this event.
Character code or 0 if this event was not a character key press
|
SlateCore
|
uint32 GetCharacter() const
|
[] |
FKeyEvent::GetKey
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the name of the key for this event
Key name
|
SlateCore
|
[FKey](API\Runtime\InputCore\FKey) GetKey() const
|
[] |
FKeyEvent::GetKeyCode
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the key code received from hardware before any conversion/mapping.
Key code received from hardware
|
SlateCore
|
uint32 GetKeyCode() const
|
[] |
FKeyEvent::IsKeyEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Is this event a key event.
|
SlateCore
|
virtual bool IsKeyEvent() const
|
[] |
FKeyEvent::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
virtual [FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
FKeyEvent::FKeyEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
UStructConstructor. Not meant for normal usage.
|
SlateCore
|
FKeyEvent()
|
[] |
FKeyEvent::FKeyEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
FKeyEvent ( const [FKey](API\Runtime\InputCore\FKey) InKey, const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const [FInputDeviceId](API\Runtime\Core\Misc\FInputDeviceId) InDeviceId, const bool bInIsRepeat, const uint32 InCharacterCode, const uint32 InKeyCode, const [TOptional](API\Runtime\Core\IO\TOptional)< int32 > InOptionalSlateUserIndex )
|
[] |
|
FInputEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Base class for all mouse and keyevents.
|
SlateCore
|
struct FInputEvent
|
[
{
"type": "bool",
"name": "bIsRepeat",
"description": "True if this key was auto-repeated."
},
{
"type": "constFWidgetPa...",
"name": "EventPath",
"description": "Events are sent along paths. See (GetEventPath)."
},
{
"type": "FInputDeviceId",
"name": "InputDeviceId",
"description": "The ID of the input device that caused this event."
},
{
"type": "FModifierKeysSt...",
"name": "ModifierKeys",
"description": "State of modifier keys when this event happened."
},
{
"type": "uint32",
"name": "UserIndex",
"description": "The index of the user that caused the event."
}
] |
FKeyEvent::FKeyEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Constructor. Events are immutable once constructed.
|
SlateCore
|
FKeyEvent ( const [FKey](API\Runtime\InputCore\FKey) InKey, const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const uint32 InUserIndex, const bool bInIsRepeat, const uint32 InCharacterCode, const uint32 InKeyCode )
|
[] |
FKeyEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
FKeyEventdescribes a key action (keyboard/controller key/button pressed or released.) It is passed to event handlers dealing with key input.
|
SlateCore
|
struct FKeyEvent : public [FInputEvent](API\Runtime\SlateCore\Input\FInputEvent)
|
[] |
FMotionEvent::GetAcceleration
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the 3D acceleration of the device
|
SlateCore
|
const FVector & GetAcceleration() const
|
[] |
FMotionEvent::GetGravity
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the gravity vector (pointing down into the ground)
|
SlateCore
|
const FVector & GetGravity() const
|
[] |
FMotionEvent::GetTilt
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the current tilt of the device/controller
|
SlateCore
|
const FVector & GetTilt() const
|
[] |
FMotionEvent::GetRotationRate
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns otation speed
|
SlateCore
|
const FVector & GetRotationRate() const
|
[] |
FMotionEvent::GetUserIndex
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the index of the user that caused the event
|
SlateCore
|
uint32 GetUserIndex() const
|
[] |
FMotionEvent::FMotionEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
UStructConstructor. Not meant for normal usage.
|
SlateCore
|
FMotionEvent()
|
[] |
FMotionEvent::FMotionEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
FMotionEvent ( uint32 InUserIndex, const FVector & InTilt, const FVector & InRotationRate, const FVector & InGravity, const FVector & InAcceleration )
|
[] |
|
FMotionEvent::FMotionEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
FMotionEvent ( const [FInputDeviceId](API\Runtime\Core\Misc\FInputDeviceId) InDeviceId, const FVector & InTilt, const FVector & InRotationRate, const FVector & InGravity, const FVector & InAcceleration )
|
[] |
|
FMotionEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
FMotionEventdescribes a touch pad action (press, move, lift) It is passed to event handlers dealing with touch input.
|
SlateCore
|
struct FMotionEvent : public [FInputEvent](API\Runtime\SlateCore\Input\FInputEvent)
|
[] |
FNavigationEvent::GetNavigationGenesis
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the genesis of the navigation request (Keyboard, Controller, User)
|
SlateCore
|
ENavigationGenesis GetNavigationGenesis() const
|
[] |
FNavigationEvent::FNavigationEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
UStructConstructor. Not meant for normal usage.
|
SlateCore
|
FNavigationEvent()
|
[] |
FNavigationEvent::GetNavigationType
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
Returns the type of navigation request (Left, Right, Up, Down)
|
SlateCore
|
EUINavigation GetNavigationType() const
|
[] |
FNavigationEvent::FNavigationEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
FNavigationEvent ( const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const int32 InUserIndex, EUINavigation InNavigationType, ENavigationGenesis InNavigationGenesis )
|
[] |
|
FNavigationEvent::FNavigationEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
SlateCore
|
FNavigationEvent ( const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const [FInputDeviceId](API\Runtime\Core\Misc\FInputDeviceId) InDeviceId, EUINavigation InNavigationType, ENavigationGenesis InNavigationGenesis )
|
[] |
|
FNavigationEvent
|
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
|
FNavigationEventdescribes a navigation action (Left, Right, Up, Down) It is passed to event handlers dealing with navigation.
|
SlateCore
|
struct FNavigationEvent : public [FInputEvent](API\Runtime\SlateCore\Input\FInputEvent)
|
[] |
FNavigationReply::Custom
|
/Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h
|
An event should return aFNavigationReply::Custom()to let the system know to call a custom delegate to get the widget to navigate to.
|
SlateCore
|
static [FNavigationReply](API\Runtime\SlateCore\Input\FNavigationReply) Custom ( const FNavigationDelegate & InFocusDelegate )
|
[] |
FNavigationReply::Escape
|
/Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h
|
An event should return aFNavigationReply::Escape()to let the system know that a navigation can escape the bounds of this widget.
|
SlateCore
|
static [FNavigationReply](API\Runtime\SlateCore\Input\FNavigationReply) Escape()
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.