Show / Hide Table of Contents

Class GeometryCacheTrack

Base class for GeometryCache tracks, stores matrix animation data and implements functionality for it

Inheritance
System.Object
UObject
GeometryCacheTrack
GeometryCacheTrack_FlipbookAnimation
GeometryCacheTrack_TransformAnimation
GeometryCacheTrack_TransformGroupAnimation
GeometryCacheTrackStreamable
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.GeometryCache
Assembly: UE4DotNet.dll
Syntax
public class GeometryCacheTrack : UObject

Properties

| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

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

Duration

The duration of this track's animation.

Declaration
public float Duration { get; set; }
Property Value
Type Description
System.Single
Remarks

This is an open ended interval [0..Duration[. If the animation is looping this is also the length of the loop.

Note: This is set by the importer possibly based on user preferences. There may be less actual frames available. E.g. the animation has data for the first 2 seconds, but duration is set to 5, so it will loop every 5 seconds with the last three seconds showing a static scene.

| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static GeometryCacheTrack New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
GeometryCacheTrack

Operators

| Improve this Doc View Source

Implicit(IntPtr to GeometryCacheTrack)

Convert from IntPtr to UObject

Declaration
public static implicit operator GeometryCacheTrack(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
GeometryCacheTrack
  • Improve this Doc
  • View Source
Back to top Generated by DocFX