Show / Hide Table of Contents

Class SlateVectorArtData

Turn static mesh data into Slate's simple vector art format.

Inheritance
System.Object
UObject
SlateVectorArtData
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
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 SlateVectorArtData : UObject

Properties

| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static SlateVectorArtData DefaultObject { get; }
Property Value
Type Description
SlateVectorArtData
| Improve this Doc View Source

ExtentMax

Extent Max

Declaration
public Vector2D ExtentMax { get; set; }
Property Value
Type Description
Vector2D
| Improve this Doc View Source

ExtentMin

Extent Min

Declaration
public Vector2D ExtentMin { get; set; }
Property Value
Type Description
Vector2D
| Improve this Doc View Source

Material

@see GetMaterial()

Declaration
public MaterialInterface Material { get; set; }
Property Value
Type Description
MaterialInterface
| Improve this Doc View Source

MeshAsset

The mesh data asset from which the vector art is sourced

Declaration
public StaticMesh MeshAsset { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

SourceMaterial

The material which we are using, or the material from with the MIC was constructed.

Declaration
public MaterialInterface SourceMaterial { get; set; }
Property Value
Type Description
MaterialInterface
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static SlateVectorArtData New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
SlateVectorArtData

Operators

| Improve this Doc View Source

Implicit(IntPtr to SlateVectorArtData)

Convert from IntPtr to UObject

Declaration
public static implicit operator SlateVectorArtData(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
SlateVectorArtData
  • Improve this Doc
  • View Source
Back to top Generated by DocFX