Class LandscapeGizmoActor
Landscape Gizmo 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 LandscapeGizmoActor : Actor
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static LandscapeGizmoActor DefaultObject { get; }
Property Value
Type | Description |
---|---|
LandscapeGizmoActor |
Height
Height
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
LengthZ
Length Z
Declaration
public float LengthZ { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MarginZ
Margin Z
Declaration
public float MarginZ { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MinRelativeZ
Min Relative Z
Declaration
public float MinRelativeZ { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
RelativeScaleZ
Relative Scale Z
Declaration
public float RelativeScaleZ { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
SpriteComponent
Sprite Component
Declaration
public BillboardComponent SpriteComponent { get; set; }
Property Value
Type | Description |
---|---|
BillboardComponent |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TargetLandscapeInfo
Target Landscape Info
Declaration
public LandscapeInfo TargetLandscapeInfo { get; set; }
Property Value
Type | Description |
---|---|
LandscapeInfo |
Width
Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static LandscapeGizmoActor New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
LandscapeGizmoActor |
Operators
| Improve this Doc View SourceImplicit(IntPtr to LandscapeGizmoActor)
Convert from IntPtr to UObject
Declaration
public static implicit operator LandscapeGizmoActor(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
LandscapeGizmoActor |