Files
UnrealEvent/Aeon-740/SDK/CheckForUnfloweringUITutorials_classes.hpp
2024-10-18 01:01:36 +01:00

51 lines
1.9 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: CheckForUnfloweringUITutorials
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteGame_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass CheckForUnfloweringUITutorials.CheckForUnfloweringUITutorials_C
// 0x0010 (0x03A0 - 0x0390)
class ACheckForUnfloweringUITutorials_C final : public AFortScriptedAction
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0390(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class USceneComponent* DefaultSceneRoot; // 0x0398(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
public:
void ExecuteUbergraph_CheckForUnfloweringUITutorials(int32 EntryPoint);
void Execute(const struct FFortScriptedActionParams& Params_0);
void UserConstructionScript();
void CanRunTutorialQuests(bool* Result);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"CheckForUnfloweringUITutorials_C">();
}
static class ACheckForUnfloweringUITutorials_C* GetDefaultObj()
{
return GetDefaultObjImpl<ACheckForUnfloweringUITutorials_C>();
}
};
static_assert(alignof(ACheckForUnfloweringUITutorials_C) == 0x000008, "Wrong alignment on ACheckForUnfloweringUITutorials_C");
static_assert(sizeof(ACheckForUnfloweringUITutorials_C) == 0x0003A0, "Wrong size on ACheckForUnfloweringUITutorials_C");
static_assert(offsetof(ACheckForUnfloweringUITutorials_C, UberGraphFrame) == 0x000390, "Member 'ACheckForUnfloweringUITutorials_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(ACheckForUnfloweringUITutorials_C, DefaultSceneRoot) == 0x000398, "Member 'ACheckForUnfloweringUITutorials_C::DefaultSceneRoot' has a wrong offset!");
}