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

49 lines
1.7 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: FeaturedCreativeContent
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteUI_classes.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass FeaturedCreativeContent.FeaturedCreativeContent_C
// 0x0010 (0x0240 - 0x0230)
class UFeaturedCreativeContent_C final : public UFeaturedCreativeContent
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0230(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UCMSImageSlideShow_C* CMSImageSlideShow; // 0x0238(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
public:
void ExecuteUbergraph_FeaturedCreativeContent(int32 EntryPoint);
void OnSetMediaURLs(const TArray<class FString>& MediaURLs);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"FeaturedCreativeContent_C">();
}
static class UFeaturedCreativeContent_C* GetDefaultObj()
{
return GetDefaultObjImpl<UFeaturedCreativeContent_C>();
}
};
static_assert(alignof(UFeaturedCreativeContent_C) == 0x000008, "Wrong alignment on UFeaturedCreativeContent_C");
static_assert(sizeof(UFeaturedCreativeContent_C) == 0x000240, "Wrong size on UFeaturedCreativeContent_C");
static_assert(offsetof(UFeaturedCreativeContent_C, UberGraphFrame) == 0x000230, "Member 'UFeaturedCreativeContent_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UFeaturedCreativeContent_C, CMSImageSlideShow) == 0x000238, "Member 'UFeaturedCreativeContent_C::CMSImageSlideShow' has a wrong offset!");
}