mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
65 lines
4.2 KiB
C++
65 lines
4.2 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CurrentReportStackingEntry
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_structs.hpp"
|
|
#include "UMG_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass CurrentReportStackingEntry.CurrentReportStackingEntry_C
|
|
// 0x0070 (0x02A0 - 0x0230)
|
|
class UCurrentReportStackingEntry_C final : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0230(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UWidgetAnimation* Intro; // 0x0238(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UCommonTextBlock* T_Type; // 0x0240(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* T_Value; // 0x0248(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
EPlayerReportingStep DisplayedStep; // 0x0250(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_251[0x7]; // 0x0251(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class FText TextValue; // 0x0258(0x0018)(Edit, BlueprintVisible, DisableEditOnInstance)
|
|
class FText ReportedPlayerDisplayCategoryText; // 0x0270(0x0018)(Edit, BlueprintVisible, DisableEditOnInstance)
|
|
class FText ReportingReasonDisplayCategoryText; // 0x0288(0x0018)(Edit, BlueprintVisible, DisableEditOnInstance)
|
|
|
|
public:
|
|
void ExecuteUbergraph_CurrentReportStackingEntry(int32 EntryPoint);
|
|
void InitStackingEntryFields(EPlayerReportingStep DisplayedReportingStep, const class FText& DisplayText);
|
|
void Construct();
|
|
void SetDisplayTextFields();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"CurrentReportStackingEntry_C">();
|
|
}
|
|
static class UCurrentReportStackingEntry_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCurrentReportStackingEntry_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UCurrentReportStackingEntry_C) == 0x000008, "Wrong alignment on UCurrentReportStackingEntry_C");
|
|
static_assert(sizeof(UCurrentReportStackingEntry_C) == 0x0002A0, "Wrong size on UCurrentReportStackingEntry_C");
|
|
static_assert(offsetof(UCurrentReportStackingEntry_C, UberGraphFrame) == 0x000230, "Member 'UCurrentReportStackingEntry_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UCurrentReportStackingEntry_C, Intro) == 0x000238, "Member 'UCurrentReportStackingEntry_C::Intro' has a wrong offset!");
|
|
static_assert(offsetof(UCurrentReportStackingEntry_C, T_Type) == 0x000240, "Member 'UCurrentReportStackingEntry_C::T_Type' has a wrong offset!");
|
|
static_assert(offsetof(UCurrentReportStackingEntry_C, T_Value) == 0x000248, "Member 'UCurrentReportStackingEntry_C::T_Value' has a wrong offset!");
|
|
static_assert(offsetof(UCurrentReportStackingEntry_C, DisplayedStep) == 0x000250, "Member 'UCurrentReportStackingEntry_C::DisplayedStep' has a wrong offset!");
|
|
static_assert(offsetof(UCurrentReportStackingEntry_C, TextValue) == 0x000258, "Member 'UCurrentReportStackingEntry_C::TextValue' has a wrong offset!");
|
|
static_assert(offsetof(UCurrentReportStackingEntry_C, ReportedPlayerDisplayCategoryText) == 0x000270, "Member 'UCurrentReportStackingEntry_C::ReportedPlayerDisplayCategoryText' has a wrong offset!");
|
|
static_assert(offsetof(UCurrentReportStackingEntry_C, ReportingReasonDisplayCategoryText) == 0x000288, "Member 'UCurrentReportStackingEntry_C::ReportingReasonDisplayCategoryText' has a wrong offset!");
|
|
|
|
}
|
|
|