Class LandscapeGizmoActiveActor
Landscape Gizmo Active Actor
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.Landscape
Assembly: UE4DotNet.dll
Syntax
public class LandscapeGizmoActiveActor : LandscapeGizmoActor
Properties
| Improve this Doc View SourcebSnapToLandscapeGrid
Declaration
public bool bSnapToLandscapeGrid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CachedHeight
Cached Height
Declaration
public float CachedHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
CachedScaleXY
Cached Scale XY
Declaration
public float CachedScaleXY { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
CachedWidth
Cached Width
Declaration
public float CachedWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
DataType
Data Type
Declaration
public byte DataType { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static LandscapeGizmoActiveActor DefaultObject { get; }
Property Value
Type | Description |
---|---|
LandscapeGizmoActiveActor |
FrustumVerts
Frustum Verts
Declaration
public Vector FrustumVerts { get; set; }
Property Value
Type | Description |
---|---|
Vector |
GizmoDataMaterial
Gizmo Data Material
Declaration
public MaterialInstance GizmoDataMaterial { get; set; }
Property Value
Type | Description |
---|---|
MaterialInstance |
GizmoMaterial
Gizmo Material
Declaration
public Material GizmoMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material |
GizmoMeshMaterial
Gizmo Mesh Material
Declaration
public Material GizmoMeshMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material |
GizmoTexture
Gizmo Texture
Declaration
public Texture2D GizmoTexture { get; set; }
Property Value
Type | Description |
---|---|
Texture2D |
LayerInfos
Layer Infos
Declaration
public ObjectArrayField<LandscapeLayerInfoObject> LayerInfos { get; }
Property Value
Type | Description |
---|---|
ObjectArrayField<LandscapeLayerInfoObject> |
SampleSizeX
Sample Size X
Declaration
public int SampleSizeX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SampleSizeY
Sample Size Y
Declaration
public int SampleSizeY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TextureScale
Texture Scale
Declaration
public Vector2D TextureScale { get; set; }
Property Value
Type | Description |
---|---|
Vector2D |
UnsnappedRotation
Unsnapped Rotation
Declaration
public Rotator UnsnappedRotation { get; set; }
Property Value
Type | Description |
---|---|
Rotator |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static LandscapeGizmoActiveActor New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
LandscapeGizmoActiveActor |
Operators
| Improve this Doc View SourceImplicit(IntPtr to LandscapeGizmoActiveActor)
Convert from IntPtr to UObject
Declaration
public static implicit operator LandscapeGizmoActiveActor(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
LandscapeGizmoActiveActor |