Class MRMeshComponent
MRMesh Component
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.MRMesh
Assembly: UE4DotNet.dll
Syntax
public class MRMeshComponent : PrimitiveComponent
Properties
| Improve this Doc View SourcebCreateMeshProxySections
Declaration
public bool bCreateMeshProxySections { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BodySetups
Body Setups
Declaration
public ObjectArrayField<BodySetup> BodySetups { get; }
Property Value
Type | Description |
---|---|
ObjectArrayField<BodySetup> |
bUpdateNavMeshOnMeshUpdate
Declaration
public bool bUpdateNavMeshOnMeshUpdate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static MRMeshComponent DefaultObject { get; }
Property Value
Type | Description |
---|---|
MRMeshComponent |
Material
Material
Declaration
public MaterialInterface Material { 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 SourceClear()
Clear
Declaration
public void Clear()
ForceNavMeshUpdate()
Force Nav Mesh Update
Declaration
public void ForceNavMeshUpdate()
IsConnected()
Is Connected
Declaration
public bool IsConnected()
Returns
Type | Description |
---|---|
System.Boolean |
New(UObject, Name)
Spawn an object of this class
Declaration
public static MRMeshComponent New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
MRMeshComponent |
Operators
| Improve this Doc View SourceImplicit(IntPtr to MRMeshComponent)
Convert from IntPtr to UObject
Declaration
public static implicit operator MRMeshComponent(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
MRMeshComponent |