#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "NavigationReply.generated.h"
Go to the source code of this file.
◆ EUINavigationRule
| Enumerator |
|---|
| Escape | Allow the movement to continue in that direction, seeking the next navigable widget automatically.
|
| Explicit | Move to a specific widget.
|
| Wrap | Wrap movement inside this container, causing the movement to cycle around from the opposite side, if the navigation attempt would have escaped.
|
| Stop | Stops movement in this direction
|
| Custom | Custom navigation handled by user code.
|
| CustomBoundary | Custom navigation handled by user code if the boundary is hit.
|
| Invalid | Invalid Rule
|
◆ DECLARE_DELEGATE_RetVal_OneParam()