128 lines
3.5 KiB
C++
128 lines
3.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CustomizationStyleStruct
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_classes.hpp"
|
|
#include "Engine_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Class CustomizationStyleStruct.CustomRunningEventStructInterface
|
|
// 0x0000 (0x0000 - 0x0000)
|
|
class ICustomRunningEventStructInterface final
|
|
{
|
|
public:
|
|
void RunningCustomEvent(class UObject* Caller);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CustomRunningEventStructInterface")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CustomRunningEventStructInterface")
|
|
}
|
|
static class ICustomRunningEventStructInterface* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<ICustomRunningEventStructInterface>();
|
|
}
|
|
|
|
class UObject* AsUObject()
|
|
{
|
|
return reinterpret_cast<UObject*>(this);
|
|
}
|
|
const class UObject* AsUObject() const
|
|
{
|
|
return reinterpret_cast<const UObject*>(this);
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_ICustomRunningEventStructInterface;
|
|
|
|
// Class CustomizationStyleStruct.ObjectNode
|
|
// 0x0008 (0x0030 - 0x0028)
|
|
class UObjectNode final : public UObject
|
|
{
|
|
public:
|
|
class UObject* Event; // 0x0028(0x0008)(Edit, ExportObject, ZeroConstructor, InstancedReference, NoDestructor, PersistentInstance, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("ObjectNode")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"ObjectNode")
|
|
}
|
|
static class UObjectNode* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UObjectNode>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UObjectNode;
|
|
|
|
// Class CustomizationStyleStruct.TestDialogueEvents
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class UTestDialogueEvents final : public UObject
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("TestDialogueEvents")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"TestDialogueEvents")
|
|
}
|
|
static class UTestDialogueEvents* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UTestDialogueEvents>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UTestDialogueEvents;
|
|
|
|
// Class CustomizationStyleStruct.CustomizationStyleStructBPLibrary
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class UCustomizationStyleStructBPLibrary final : public UBlueprintFunctionLibrary
|
|
{
|
|
public:
|
|
static bool CheckIfOwnedState(const struct FCustomEnumStruct& inStruct, const int32& EnumType);
|
|
static bool CheckIfOwnedStates(const struct FCustomEnumStruct& inStruct, const TArray<int32>& EnumTypes);
|
|
static void CreateCustomEnumStruct(const TArray<int32>& EnumTypes, struct FCustomEnumStruct* OutStruct);
|
|
static void CreateSelectStruct(const int32& Data, const uint8 Index_0, struct FSelectStructClass* OutStruct);
|
|
static class FString GetCustomDataName(const struct FCustomStructClass& inStruct);
|
|
static bool GetCustomStructData(const struct FCustomStructClass& inStruct, int32* Data);
|
|
static uint8 GetDataIndex(const struct FSelectStructClass& inStruct);
|
|
static class FString GetSelectDataName(const struct FSelectStructClass& inStruct);
|
|
static bool GetSelectStructData(const struct FSelectStructClass& inStruct, int32* Data);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CustomizationStyleStructBPLibrary")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CustomizationStyleStructBPLibrary")
|
|
}
|
|
static class UCustomizationStyleStructBPLibrary* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCustomizationStyleStructBPLibrary>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCustomizationStyleStructBPLibrary;
|
|
|
|
}
|
|
|