89 lines
6.1 KiB
C++
89 lines
6.1 KiB
C++
|
|
#pragma once
|
|||
|
|
|
|||
|
|
/*
|
|||
|
|
* SDK generated by Dumper-7
|
|||
|
|
*
|
|||
|
|
* https://github.com/Encryqed/Dumper-7
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// Package: BPW_Master_Navigation
|
|||
|
|
|
|||
|
|
#include "Basic.hpp"
|
|||
|
|
|
|||
|
|
#include "YBCommon_classes.hpp"
|
|||
|
|
#include "Engine_structs.hpp"
|
|||
|
|
#include "GameplayTags_structs.hpp"
|
|||
|
|
#include "Enum_UI_NavigationCommands_structs.hpp"
|
|||
|
|
#include "SlateCore_structs.hpp"
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace SDK
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
// WidgetBlueprintGeneratedClass BPW_Master_Navigation.BPW_Master_Navigation_C
|
|||
|
|
// 0x00F8 (0x0400 - 0x0308)
|
|||
|
|
class UBPW_Master_Navigation_C : public UYBNavigationWidget
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0308(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|||
|
|
TMulticastInlineDelegate<void(class UUserWidget* Widget_Confirmed)> ED_ChoiceConfirmed; // 0x0310(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|||
|
|
TMulticastInlineDelegate<void(class UUserWidget* Widget_Cancelled)> ED_ChoiceCancelled; // 0x0320(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|||
|
|
int32 Widget_ID; // 0x0330(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
bool IsActive; // 0x0334(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
bool IsSelected; // 0x0335(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
bool IsInteractionEnabled; // 0x0336(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
uint8 Pad_337[0x1]; // 0x0337(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
|
|||
|
|
double OpacityWhenInteractionDisabled; // 0x0338(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
class FName Widget_Name; // 0x0340(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
struct FDataTableRowHandle GC_Confirm; // 0x0348(0x0010)(Edit, BlueprintVisible, NoDestructor)
|
|||
|
|
struct FDataTableRowHandle GC_Hover; // 0x0358(0x0010)(Edit, BlueprintVisible, NoDestructor)
|
|||
|
|
struct FDataTableRowHandle GC_Activate; // 0x0368(0x0010)(Edit, BlueprintVisible, NoDestructor)
|
|||
|
|
TMulticastInlineDelegate<void(class UBPW_Master_Navigation_C* Selected_Widget)> ED_SelectedWithMouse; // 0x0378(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|||
|
|
TMulticastInlineDelegate<void(class UBPW_Master_Navigation_C* Unselected_Widget)> ED_UnselectedWithMouse; // 0x0388(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|||
|
|
TMulticastInlineDelegate<void(class UBPW_Master_Navigation_C* Selected_Widget)> ED_ChoiceSelected; // 0x0398(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|||
|
|
TMulticastInlineDelegate<void(class UBPW_Master_Navigation_C* Unselected_Widget)> ED_ChoiceUnselected; // 0x03A8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|||
|
|
struct FDataTableRowHandle GC_HoldInput; // 0x03B8(0x0010)(Edit, BlueprintVisible, NoDestructor)
|
|||
|
|
struct FGameplayTag GC_Deactivate; // 0x03C8(0x0008)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
class UButton* ButtonRef; // 0x03D0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
TMulticastInlineDelegate<void(class UBPW_Master_Navigation_C* Activated_Widget)> ED_ChoiceActivated; // 0x03D8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|||
|
|
TMulticastInlineDelegate<void(class UBPW_Master_Navigation_C* Deactivated_Widget)> ED_ChoiceDeactivated; // 0x03E8(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|||
|
|
bool TEMP_UseMouseClickEvent; // 0x03F8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
void Activate(bool PlaySound_0);
|
|||
|
|
void Cancel();
|
|||
|
|
void Confirm(bool PlaySound_0, bool* HasConfirmed);
|
|||
|
|
void Deactivate(bool PlaySound_0);
|
|||
|
|
void DisableInteraction();
|
|||
|
|
void EnableInteraction();
|
|||
|
|
void ExecuteUbergraph_BPW_Master_Navigation(int32 EntryPoint);
|
|||
|
|
void Get_Navigation_Target(Enum_UI_NavigationCommands Nav_Command, class UBPW_Master_Navigation_C** Widget);
|
|||
|
|
void OnClicked();
|
|||
|
|
void OnHovered();
|
|||
|
|
void OnInitialized();
|
|||
|
|
void OnUnhovered();
|
|||
|
|
void PlaySelectedAnimation(bool ShowAnimation);
|
|||
|
|
void PlayUnselectedAnimation(bool ShowAnimation);
|
|||
|
|
void PreConstruct(bool IsDesignTime);
|
|||
|
|
void Select(bool PlaySound_0, bool ShowAnimation, bool* HasSelected);
|
|||
|
|
void Unselect(bool ShowAnimation);
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
BP_STATIC_CLASS_IMPL("BPW_Master_Navigation_C")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"BPW_Master_Navigation_C")
|
|||
|
|
}
|
|||
|
|
static class UBPW_Master_Navigation_C* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UBPW_Master_Navigation_C>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UBPW_Master_Navigation_C;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|