UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UMoviePlayerSettings { constexpr auto bWaitForMoviesToComplete = 0x28; // bool constexpr auto bMoviesAreSkippable = 0x29; // bool constexpr auto StartupMovies = 0x30; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UMoviePlayerSettings { public const byte bWaitForMoviesToComplete = 0x28; // bool public const byte bMoviesAreSkippable = 0x29; // bool public const byte StartupMovies = 0x30; // TArray } } }