Class SequencerKeyActor
Sequencer Key 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.Sequencer
Assembly: UE4DotNet.dll
Syntax
public class SequencerKeyActor : Actor
Properties
| Improve this Doc View SourceAssociatedActor
The actor whose transform was used to build this key
Declaration
public Actor AssociatedActor { get; set; }
Property Value
Type | Description |
---|---|
Actor |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static SequencerKeyActor DefaultObject { get; }
Property Value
Type | Description |
---|---|
SequencerKeyActor |
KeyMeshComponent
The key mesh
Declaration
public StaticMeshComponent KeyMeshComponent { get; set; }
Property Value
Type | Description |
---|---|
StaticMeshComponent |
KeyTime
The time this key is associated with in Sequencer
Declaration
public float KeyTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TrackSection
The track section this key resides on
Declaration
public MovieScene3DTransformSection TrackSection { get; set; }
Property Value
Type | Description |
---|---|
MovieScene3DTransformSection |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static SequencerKeyActor New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
SequencerKeyActor |
Operators
| Improve this Doc View SourceImplicit(IntPtr to SequencerKeyActor)
Convert from IntPtr to UObject
Declaration
public static implicit operator SequencerKeyActor(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
SequencerKeyActor |