#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: MoviePlayer #include "Basic.hpp" #include "CoreUObject_classes.hpp" namespace SDK { // Class MoviePlayer.MoviePlayerSettings // 0x0018 (0x0040 - 0x0028) class UMoviePlayerSettings final : public UObject { public: bool bWaitForMoviesToComplete; // 0x0028(0x0001)(Edit, ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bMoviesAreSkippable; // 0x0029(0x0001)(Edit, ZeroConstructor, Config, GlobalConfig, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Size After Last Property [ Dumper-7 ]) TArray StartupMovies; // 0x0030(0x0010)(Edit, ZeroConstructor, Config, GlobalConfig, NativeAccessSpecifierPublic) public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("MoviePlayerSettings") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"MoviePlayerSettings") } static class UMoviePlayerSettings* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UMoviePlayerSettings; }