Class SlateVectorArtData
Turn static mesh data into Slate's simple vector art format.
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 SlateVectorArtData : UObject
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static SlateVectorArtData DefaultObject { get; }
Property Value
Type | Description |
---|---|
SlateVectorArtData |
ExtentMax
Extent Max
Declaration
public Vector2D ExtentMax { get; set; }
Property Value
Type | Description |
---|---|
Vector2D |
ExtentMin
Extent Min
Declaration
public Vector2D ExtentMin { get; set; }
Property Value
Type | Description |
---|---|
Vector2D |
Material
@see GetMaterial()
Declaration
public MaterialInterface Material { get; set; }
Property Value
Type | Description |
---|---|
MaterialInterface |
MeshAsset
The mesh data asset from which the vector art is sourced
Declaration
public StaticMesh MeshAsset { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
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 |
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 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 SourceImplicit(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 |