Class InterpTrack
  
  
  
  
    Inheritance
    System.Object
    
    InterpTrack
      
      
      
      
      
      
      
      
      
      
   
  
    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)
    
   
  
  Assembly: UE4DotNet.dll
  Syntax
  
    public class InterpTrack : UObject
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ActiveCondition
  Sets the condition that must be met for this track to be enabled
 
  
  Declaration
  
    public byte ActiveCondition { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Byte | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bDirGroupOnly
  
  
  Declaration
  
    public bool bDirGroupOnly { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bDisableTrack
  
  
  Declaration
  
    public bool bDisableTrack { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bIsAnimControlTrack
  
  
  Declaration
  
    public bool bIsAnimControlTrack { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bIsCollapsed
  
  
  Declaration
  
    public bool bIsCollapsed { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bIsRecording
  
  
  Declaration
  
    public bool bIsRecording { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bIsSelected
  
  
  Declaration
  
    public bool bIsSelected { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bOnePerGroup
  
  
  Declaration
  
    public bool bOnePerGroup { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bSubTrackOnly
  
  
  Declaration
  
    public bool bSubTrackOnly { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bVisible
  
  
  Declaration
  
    public bool bVisible { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DefaultObject
  Get UE4 Default Object for this Class
 
  
  Declaration
  
    public static InterpTrack DefaultObject { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  StaticClass
  
  
  Declaration
  
    public static Class StaticClass { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SubTracks
  A list of subtracks that belong to this track
 
  
  Declaration
  
    public ObjectArrayField<InterpTrack> SubTracks { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TrackIcon
  
  
  Declaration
  
    public Texture2D TrackIcon { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TrackInstClass
  
  
  Declaration
  
    public SubclassOf<InterpTrackInst> TrackInstClass { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  New(UObject, Name)
  Spawn an object of this class
 
  
  Declaration
  
    public static InterpTrack New(UObject obj = null, Name name = default(Name))
   
  Parameters
  
  Returns
  
  Operators
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Implicit(IntPtr to InterpTrack)
  Convert from IntPtr to UObject
 
  
  Declaration
  
    public static implicit operator InterpTrack(IntPtr p)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        p | 
         | 
      
    
  
  Returns