Files
ReshadePluginsCore/SpongeBogTOTT/SDK/MoviePlayer_classes.hpp
2026-03-06 01:31:19 +01:00

47 lines
1.5 KiB
C++

#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<class FString> 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<UMoviePlayerSettings>();
}
};
DUMPER7_ASSERTS_UMoviePlayerSettings;
}