mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
76 lines
5.4 KiB
C++
76 lines
5.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: InputPresetConfirmationRotator
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "CommonUI_classes.hpp"
|
|
#include "UMG_structs.hpp"
|
|
#include "FortniteGame_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass InputPresetConfirmationRotator.InputPresetConfirmationRotator_C
|
|
// 0x0040 (0x0278 - 0x0238)
|
|
class UInputPresetConfirmationRotator_C final : public UCommonUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0238(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UIconTextButton_C* ButtonLeft; // 0x0240(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UIconTextButton_C* ButtonRight; // 0x0248(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* Description; // 0x0250(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class USpacer* Spacer_0; // 0x0258(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* SubDescription; // 0x0260(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UTextRotator_C* TextRotator; // 0x0268(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
int32 SelectedIndex; // 0x0270(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float Spacer_Width; // 0x0274(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_InputPresetConfirmationRotator(int32 EntryPoint);
|
|
void PreConstruct(bool IsDesignTime);
|
|
void BndEvt__ButtonRight_K2Node_ComponentBoundEvent_15_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void BndEvt__ButtonLeft_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void BndEvt__TextRotator_K2Node_ComponentBoundEvent_5_OnRotated__DelegateSignature(int32 Value);
|
|
void Construct();
|
|
void Update_Row_Selector(int32 Currently_Selected);
|
|
void Initialize();
|
|
void Center_on_Widget();
|
|
void Update_Options(TArray<class FText>& NewParam);
|
|
struct FEventReply OnFocusReceived(const struct FGeometry& MyGeometry, const struct FFocusEvent& InFocusEvent);
|
|
void Update_Size();
|
|
void Show_Param_Name(bool Show);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"InputPresetConfirmationRotator_C">();
|
|
}
|
|
static class UInputPresetConfirmationRotator_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UInputPresetConfirmationRotator_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UInputPresetConfirmationRotator_C) == 0x000008, "Wrong alignment on UInputPresetConfirmationRotator_C");
|
|
static_assert(sizeof(UInputPresetConfirmationRotator_C) == 0x000278, "Wrong size on UInputPresetConfirmationRotator_C");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, UberGraphFrame) == 0x000238, "Member 'UInputPresetConfirmationRotator_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, ButtonLeft) == 0x000240, "Member 'UInputPresetConfirmationRotator_C::ButtonLeft' has a wrong offset!");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, ButtonRight) == 0x000248, "Member 'UInputPresetConfirmationRotator_C::ButtonRight' has a wrong offset!");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, Description) == 0x000250, "Member 'UInputPresetConfirmationRotator_C::Description' has a wrong offset!");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, Spacer_0) == 0x000258, "Member 'UInputPresetConfirmationRotator_C::Spacer_0' has a wrong offset!");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, SubDescription) == 0x000260, "Member 'UInputPresetConfirmationRotator_C::SubDescription' has a wrong offset!");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, TextRotator) == 0x000268, "Member 'UInputPresetConfirmationRotator_C::TextRotator' has a wrong offset!");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, SelectedIndex) == 0x000270, "Member 'UInputPresetConfirmationRotator_C::SelectedIndex' has a wrong offset!");
|
|
static_assert(offsetof(UInputPresetConfirmationRotator_C, Spacer_Width) == 0x000274, "Member 'UInputPresetConfirmationRotator_C::Spacer_Width' has a wrong offset!");
|
|
|
|
}
|
|
|