Class CameraActor
A CameraActor is a camera viewpoint that can be placed in a level.
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 CameraActor : Actor
Properties
| Improve this Doc View SourceAutoActivateForPlayer
Specifies which player controller, if any, should automatically use this Camera when the controller is active.
Declaration
public byte AutoActivateForPlayer { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
CameraComponent
The camera component for this camera
Declaration
public CameraComponent CameraComponent { get; }
Property Value
Type | Description |
---|---|
CameraComponent |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static CameraActor DefaultObject { get; }
Property Value
Type | Description |
---|---|
CameraActor |
SceneComponent
Scene Component
Declaration
public SceneComponent SceneComponent { get; }
Property Value
Type | Description |
---|---|
SceneComponent |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceGetAutoActivatePlayerIndex()
Returns index of the player for whom we auto-activate, or INDEX_NONE (-1) if disabled.
Declaration
public int GetAutoActivatePlayerIndex()
Returns
Type | Description |
---|---|
System.Int32 |
New(UObject, Name)
Spawn an object of this class
Declaration
public static CameraActor New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
CameraActor |
Operators
| Improve this Doc View SourceImplicit(IntPtr to CameraActor)
Convert from IntPtr to UObject
Declaration
public static implicit operator CameraActor(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
CameraActor |