Show / Hide Table of Contents

Class InterpTrack

Interp Track

Inheritance
System.Object
UObject
InterpTrack
InterpTrackBoolProp
InterpTrackDirector
InterpTrackEvent
InterpTrackFloatBase
InterpTrackLinearColorBase
InterpTrackMove
InterpTrackParticleReplay
InterpTrackToggle
InterpTrackVectorBase
InterpTrackVisibility
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
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 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
Type Description
InterpTrack
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class
| Improve this Doc View Source

SubTracks

A list of subtracks that belong to this track

Declaration
public ObjectArrayField<InterpTrack> SubTracks { get; }
Property Value
Type Description
ObjectArrayField<InterpTrack>
| Improve this Doc View Source

TrackIcon

Track Icon

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

TrackInstClass

Track Inst Class

Declaration
public SubclassOf<InterpTrackInst> TrackInstClass { get; set; }
Property Value
Type Description
SubclassOf<InterpTrackInst>

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
Type Name Description
UObject obj
Name name
Returns
Type Description
InterpTrack

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
Type Description
InterpTrack
  • Improve this Doc
  • View Source
Back to top Generated by DocFX