Show / Hide Table of Contents

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 Source

bIsDynamicallyLoaded

Declaration
public bool bIsDynamicallyLoaded
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

DrawAs

Declaration
public byte DrawAs
Field Value
Type Description
System.Byte
| Improve this Doc View Source

ImageType

Declaration
public byte ImageType
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Mirroring

Declaration
public byte Mirroring
Field Value
Type Description
System.Byte
| Improve this Doc View Source

ResourceName

Declaration
public Name ResourceName
Field Value
Type Description
Name
| Improve this Doc View Source

Tiling

Declaration
public byte Tiling
Field Value
Type Description
System.Byte

Properties

| Improve this Doc View Source

ResourceObject

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX