Class ArrowComponent
A simple arrow rendered using lines. Useful for indicating which way an object is facing.
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.Engine
Assembly: UE4DotNet.dll
Syntax
public class ArrowComponent : PrimitiveComponent
Properties
| Improve this Doc View SourceArrowColor
Arrow Color
Declaration
public Color ArrowColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
ArrowSize
Arrow Size
Declaration
public float ArrowSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
bIsScreenSizeScaled
Declaration
public bool bIsScreenSizeScaled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bLightAttachment
Declaration
public bool bLightAttachment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bTreatAsASprite
Declaration
public bool bTreatAsASprite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bUseInEditorScaling
Declaration
public bool bUseInEditorScaling { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ArrowComponent DefaultObject { get; }
Property Value
Type | Description |
---|---|
ArrowComponent |
ScreenSize
The size on screen to limit this arrow to (in screen space)
Declaration
public float ScreenSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
SpriteInfo
Sprite category information regarding the arrow component, if being treated as a sprite.
Declaration
public SpriteCategoryInfo SpriteInfo { get; set; }
Property Value
Type | Description |
---|---|
SpriteCategoryInfo |
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 ArrowComponent New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
ArrowComponent |
SetArrowColor(LinearColor)
Updates the arrow's colour, and tells it to refresh
Declaration
public void SetArrowColor(LinearColor NewColor)
Parameters
Type | Name | Description |
---|---|---|
LinearColor | NewColor |
Operators
| Improve this Doc View SourceImplicit(IntPtr to ArrowComponent)
Convert from IntPtr to UObject
Declaration
public static implicit operator ArrowComponent(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
ArrowComponent |