mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
41 lines
1.1 KiB
C++
41 lines
1.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: MissionObjectiveWidgetProviderInterface
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass MissionObjectiveWidgetProviderInterface.MissionObjectiveWidgetProviderInterface_C
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class IMissionObjectiveWidgetProviderInterface_C final : public IInterface
|
|
{
|
|
public:
|
|
void GetObjectiveBulletIcon(struct FSlateBrush* BulletIcon);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"MissionObjectiveWidgetProviderInterface_C">();
|
|
}
|
|
static class IMissionObjectiveWidgetProviderInterface_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<IMissionObjectiveWidgetProviderInterface_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(IMissionObjectiveWidgetProviderInterface_C) == 0x000008, "Wrong alignment on IMissionObjectiveWidgetProviderInterface_C");
|
|
static_assert(sizeof(IMissionObjectiveWidgetProviderInterface_C) == 0x000028, "Wrong size on IMissionObjectiveWidgetProviderInterface_C");
|
|
|
|
}
|
|
|