Navigation
Unreal Engine C++ API Reference > Developer > SlateReflector
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- INavigationEventSimulationView
References
Module | SlateReflector |
Header | /Engine/Source/Developer/SlateReflector/Public/INavigationEventSimulationView.h |
Include | #include "INavigationEventSimulationView.h" |
Syntax
class INavigationEventSimulationView : public SCompoundWidget
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | PaintSimuationResult
(
const FGeometry& AllottedGeometry, |
|
![]() |
void | SelectWidget
(
const TSharedPtr< SWidget >& Widget |
|
![]() |
void | SetSimulationResult
(
TArray< FSlateNavigationEventSimulator::FSimulationResult > SimulationResult |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments |