Add Unreal Engine SDK
This commit is contained in:
36
The Callisto Protocol/SDK/PhoenixLoadingScreen_structs.hpp
Normal file
36
The Callisto Protocol/SDK/PhoenixLoadingScreen_structs.hpp
Normal file
@@ -0,0 +1,36 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: PhoenixLoadingScreen
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// ScriptStruct PhoenixLoadingScreen.PhxLoadingScreenDescription
|
||||
// 0x0020 (0x0020 - 0x0000)
|
||||
struct FPhxLoadingScreenDescription final
|
||||
{
|
||||
public:
|
||||
bool bShowLoadingScreen; // 0x0000(0x0001)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
TSubclassOf<class UPhxLoadingScreenWidget> LoadingScreenClass; // 0x0008(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class UMediaSource* LoadingScreenMediaSource; // 0x0010(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class UPhxMoviePlayerLoadingScreenDescription* MoviePlayerLoadingScreenDescription; // 0x0018(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
static_assert(alignof(FPhxLoadingScreenDescription) == 0x000008, "Wrong alignment on FPhxLoadingScreenDescription");
|
||||
static_assert(sizeof(FPhxLoadingScreenDescription) == 0x000020, "Wrong size on FPhxLoadingScreenDescription");
|
||||
static_assert(offsetof(FPhxLoadingScreenDescription, bShowLoadingScreen) == 0x000000, "Member 'FPhxLoadingScreenDescription::bShowLoadingScreen' has a wrong offset!");
|
||||
static_assert(offsetof(FPhxLoadingScreenDescription, LoadingScreenClass) == 0x000008, "Member 'FPhxLoadingScreenDescription::LoadingScreenClass' has a wrong offset!");
|
||||
static_assert(offsetof(FPhxLoadingScreenDescription, LoadingScreenMediaSource) == 0x000010, "Member 'FPhxLoadingScreenDescription::LoadingScreenMediaSource' has a wrong offset!");
|
||||
static_assert(offsetof(FPhxLoadingScreenDescription, MoviePlayerLoadingScreenDescription) == 0x000018, "Member 'FPhxLoadingScreenDescription::MoviePlayerLoadingScreenDescription' has a wrong offset!");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user