Class TileView
A ListView that presents the contents as a set of tiles all uniformly sized.
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 TileView : ListView
Properties
| Improve this Doc View SourcebWrapHorizontalNavigation
Declaration
public bool bWrapHorizontalNavigation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static TileView DefaultObject { get; }
Property Value
Type | Description |
---|---|
TileView |
EntryHeight
The height of each tile
Declaration
public float EntryHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
EntryWidth
The width of each tile
Declaration
public float EntryWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static TileView New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
TileView |
SetEntryHeight(Single)
Sets the height of every tile entry
Declaration
public void SetEntryHeight(float NewHeight)
Parameters
Type | Name | Description |
---|---|---|
System.Single | NewHeight |
SetEntryWidth(Single)
Sets the width if every tile entry
Declaration
public void SetEntryWidth(float NewWidth)
Parameters
Type | Name | Description |
---|---|---|
System.Single | NewWidth |
Operators
| Improve this Doc View SourceImplicit(IntPtr to TileView)
Convert from IntPtr to UObject
Declaration
public static implicit operator TileView(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
TileView |