Struct SlateBrush
An brush which contains information about how to draw a Slate element
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.SlateCore
Assembly: UE4DotNet.dll
Syntax
public struct SlateBrush
Remarks
//, meta = (HasNativeMake = ""))
Fields
| Improve this Doc View SourcebIsDynamicallyLoaded
Declaration
public bool bIsDynamicallyLoaded
Field Value
Type | Description |
---|---|
System.Boolean |
DrawAs
Declaration
public byte DrawAs
Field Value
Type | Description |
---|---|
System.Byte |
ImageType
Declaration
public byte ImageType
Field Value
Type | Description |
---|---|
System.Byte |
Mirroring
Declaration
public byte Mirroring
Field Value
Type | Description |
---|---|
System.Byte |
ResourceName
Declaration
public Name ResourceName
Field Value
Type | Description |
---|---|
Name |
Tiling
Declaration
public byte Tiling
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceResourceObject
The image to render for this brush, can be a UTexture or UMaterialInterface or an object implementing the AtlasedTextureInterface.
Declaration
public UObject ResourceObject { get; set; }
Property Value
Type | Description |
---|---|
UObject |