53 lines
1.6 KiB
C++
53 lines
1.6 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: UMG_Cinemascope
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "UMG_classes.hpp"
|
|
#include "Engine_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass UMG_Cinemascope.UMG_Cinemascope_C
|
|
// 0x0020 (0x0280 - 0x0260)
|
|
class UUMG_Cinemascope_C final : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0260(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UWidgetAnimation* GoIn_widescreen; // 0x0268(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UWidgetAnimation* GoIn; // 0x0270(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
bool Cinemascope_On; // 0x0278(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
|
|
public:
|
|
void ExecuteUbergraph_UMG_Cinemascope(int32 EntryPoint);
|
|
void FadeOut(float Time);
|
|
void FadeIn(float Time);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
BP_STATIC_CLASS_IMPL("UMG_Cinemascope_C")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"UMG_Cinemascope_C")
|
|
}
|
|
static class UUMG_Cinemascope_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UUMG_Cinemascope_C>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UUMG_Cinemascope_C;
|
|
|
|
}
|
|
|