Class WidgetNavigation
Widget Navigation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.UMG
Assembly: UE4DotNet.dll
Syntax
public class WidgetNavigation : UObject
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static WidgetNavigation DefaultObject { get; }
Property Value
Type | Description |
---|---|
WidgetNavigation |
Down
Happens when the user presses down arrow, joystick, d-pad.
Declaration
public WidgetNavigationData Down { get; }
Property Value
Type | Description |
---|---|
WidgetNavigationData |
Left
Happens when the user presses left arrow, joystick, d-pad.
Declaration
public WidgetNavigationData Left { get; }
Property Value
Type | Description |
---|---|
WidgetNavigationData |
Next
Happens when the user presses Tab.
Declaration
public WidgetNavigationData Next { get; }
Property Value
Type | Description |
---|---|
WidgetNavigationData |
Previous
Happens when the user presses Shift+Tab.
Declaration
public WidgetNavigationData Previous { get; }
Property Value
Type | Description |
---|---|
WidgetNavigationData |
Right
Happens when the user presses right arrow, joystick, d-pad.
Declaration
public WidgetNavigationData Right { get; }
Property Value
Type | Description |
---|---|
WidgetNavigationData |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Up
Happens when the user presses up arrow, joystick, d-pad.
Declaration
public WidgetNavigationData Up { get; }
Property Value
Type | Description |
---|---|
WidgetNavigationData |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static WidgetNavigation New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
WidgetNavigation |
Operators
| Improve this Doc View SourceImplicit(IntPtr to WidgetNavigation)
Convert from IntPtr to UObject
Declaration
public static implicit operator WidgetNavigation(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
WidgetNavigation |