Show / Hide Table of Contents

Struct CameraPreviewInfo

Preview APawn class for this track

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct CameraPreviewInfo

Properties

| Improve this Doc View Source

AnimSeq

Anim Seq

Declaration
public AnimSequence AnimSeq { get; set; }
Property Value
Type Description
AnimSequence
| Improve this Doc View Source

PawnClass

Pawn Class

Declaration
public SubclassOf<Pawn> PawnClass { get; set; }
Property Value
Type Description
SubclassOf<Pawn>
| Improve this Doc View Source

PawnInst

APawn Inst - CameraAnimInst doesn't really exist in editor *

Declaration
public Pawn PawnInst { get; set; }
Property Value
Type Description
Pawn
  • Improve this Doc
  • View Source
Back to top Generated by DocFX