UInterpTrackInst > UObject
Saved position. Used in editor for resetting when quitting Matinee.
Saved rotation. Used in editor for resetting when quitting Matinee.
namespace Offsets { namespace Classes { // Inheritance: UInterpTrackInst > UObject namespace UInterpTrackInstMove { constexpr auto ResetLocation = 0x28; // FVector constexpr auto ResetRotation = 0x34; // FRotator } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrackInst > UObject public static class UInterpTrackInstMove { public const byte ResetLocation = 0x28; // FVector public const byte ResetRotation = 0x34; // FRotator } } }