Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UInterpTrack > UObject
Array of cuts between cameras.
namespace Offsets { namespace Classes { // Inheritance: UInterpTrack > UObject namespace UInterpTrackDirector { constexpr auto CutTrack = 0x70; // TArray<FDirectorTrackCut> constexpr auto bSimulateCameraCutsOnClients = 0x80; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrack > UObject public static class UInterpTrackDirector { public const byte CutTrack = 0x70; // TArray<FDirectorTrackCut> public const byte bSimulateCameraCutsOnClients = 0x80; // char : 1 } } }