Files
ReshadePluginsCore/Samson/SDK/CJSlateWidgets_classes.hpp

90 lines
2.1 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: CJSlateWidgets
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
#include "CJSlateWidgets_structs.hpp"
namespace SDK
{
// Class CJSlateWidgets.MapProjectionSlotObserverInterface
// 0x0000 (0x0000 - 0x0000)
class IMapProjectionSlotObserverInterface final
{
public:
void BP_OnMapProjectionSlotClampedToEdgeChanged(bool bClamped);
void BP_OnMapProjectionSlotElevationChanged(EMapIconElevation Level);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("MapProjectionSlotObserverInterface")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"MapProjectionSlotObserverInterface")
}
static class IMapProjectionSlotObserverInterface* GetDefaultObj()
{
return GetDefaultObjImpl<IMapProjectionSlotObserverInterface>();
}
class UObject* AsUObject()
{
return reinterpret_cast<UObject*>(this);
}
const class UObject* AsUObject() const
{
return reinterpret_cast<const UObject*>(this);
}
};
DUMPER7_ASSERTS_IMapProjectionSlotObserverInterface;
// Class CJSlateWidgets.ViewProjectionSlotObserverInterface
// 0x0000 (0x0000 - 0x0000)
class IViewProjectionSlotObserverInterface final
{
public:
void BP_OnViewProjectionSlotClampedToEdgeChanged(bool bClamped);
void BP_OnViewProjectionSlotDistanceChanged(float Distance);
void BP_OnViewProjectionSlotInFrontOfCameraChanged(bool bInFrontOfCamera);
void BP_OnViewProjectionSlotInLineOfSightChanged(bool bIsInLineOfSight);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("ViewProjectionSlotObserverInterface")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"ViewProjectionSlotObserverInterface")
}
static class IViewProjectionSlotObserverInterface* GetDefaultObj()
{
return GetDefaultObjImpl<IViewProjectionSlotObserverInterface>();
}
class UObject* AsUObject()
{
return reinterpret_cast<UObject*>(this);
}
const class UObject* AsUObject() const
{
return reinterpret_cast<const UObject*>(this);
}
};
DUMPER7_ASSERTS_IViewProjectionSlotObserverInterface;
}