Class FoliageType_InstancedStaticMesh
Foliage Type Instanced Static Mesh
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.Foliage
Assembly: UE4DotNet.dll
Syntax
public class FoliageType_InstancedStaticMesh : FoliageType
Properties
| Improve this Doc View SourceComponentClass
The component class to use for foliage instances.
Declaration
public SubclassOf<FoliageInstancedStaticMeshComponent> ComponentClass { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<FoliageInstancedStaticMeshComponent> |
Remarks
You can make a Blueprint subclass of FoliageInstancedStaticMeshComponent to implement custom behavior and assign that class here.
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static FoliageType_InstancedStaticMesh DefaultObject { get; }
Property Value
Type | Description |
---|---|
FoliageType_InstancedStaticMesh |
Mesh
Mesh
Declaration
public StaticMesh Mesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
OverrideMaterials
Material overrides for foliage instances.
Declaration
public ObjectArrayField<MaterialInterface> OverrideMaterials { get; }
Property Value
Type | Description |
---|---|
ObjectArrayField<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 FoliageType_InstancedStaticMesh New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
FoliageType_InstancedStaticMesh |
Operators
| Improve this Doc View SourceImplicit(IntPtr to FoliageType_InstancedStaticMesh)
Convert from IntPtr to UObject
Declaration
public static implicit operator FoliageType_InstancedStaticMesh(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
FoliageType_InstancedStaticMesh |