48 lines
1.3 KiB
C++
48 lines
1.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: HQR_TableStruct
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_classes.hpp"
|
|
#include "HQR_TableStruct_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Class HQR_TableStruct.DCSBuffHandlerMapLibrary
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class UDCSBuffHandlerMapLibrary final : public UBlueprintFunctionLibrary
|
|
{
|
|
public:
|
|
static bool AddHandler(struct FDCSBuffHandlerMap& InHandlerMap, const struct FDCSBuffHandler& InHandler);
|
|
static void GetHandlerReinforcementValue(const struct FDCSBuffHandler& InHandler, float* OutReinforcementValue, const float DefaultOutValue);
|
|
static bool GetHandlersByType(struct FDCSBuffHandlerMap& InHandlerMap, const EBuffHandlerType InHandlerType, TArray<struct FDCSBuffHandler>* OutInHandler, const bool bMaintainOrder);
|
|
static bool RemoveHandler(struct FDCSBuffHandlerMap& InHandlerMap, const struct FDCSBuffHandler& InHandler);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("DCSBuffHandlerMapLibrary")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"DCSBuffHandlerMapLibrary")
|
|
}
|
|
static class UDCSBuffHandlerMapLibrary* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UDCSBuffHandlerMapLibrary>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UDCSBuffHandlerMapLibrary;
|
|
|
|
}
|
|
|