Add Unreal Engine SDK
This commit is contained in:
589
WuchangFF/SDK/EngineCustomized_parameters.hpp
Normal file
589
WuchangFF/SDK/EngineCustomized_parameters.hpp
Normal file
@@ -0,0 +1,589 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: EngineCustomized
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "EngineCustomized_structs.hpp"
|
||||
#include "Engine_structs.hpp"
|
||||
#include "CoreUObject_structs.hpp"
|
||||
|
||||
|
||||
namespace SDK::Params
|
||||
{
|
||||
|
||||
// Function EngineCustomized.OnlineGridCells.GetNetDriverAddress
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct OnlineGridCells_GetNetDriverAddress final
|
||||
{
|
||||
public:
|
||||
int32 OutIntAddress; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
class FString OutStringAddress; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_OnlineGridCells_GetNetDriverAddress;
|
||||
|
||||
// Function EngineCustomized.OnlineGridCells.SendHello2
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct OnlineGridCells_SendHello2 final
|
||||
{
|
||||
public:
|
||||
class FString Identity; // 0x0000(0x0010)(ConstParm, Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_OnlineGridCells_SendHello2;
|
||||
|
||||
// Function EngineCustomized.OnlineGridCells.UpdateAddressInfo
|
||||
// 0x0028 (0x0028 - 0x0000)
|
||||
struct OnlineGridCells_UpdateAddressInfo final
|
||||
{
|
||||
public:
|
||||
class FString AddressName; // 0x0000(0x0010)(ConstParm, Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class FString AddressUrl; // 0x0010(0x0010)(ConstParm, Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_OnlineGridCells_UpdateAddressInfo;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetAllNotifies
|
||||
// 0x0020 (0x0020 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetAllNotifies final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TArray<struct FAnimNotifyEvent> OutNotifies; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetAllNotifies;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetCurrentInstanceId
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetCurrentInstanceId final
|
||||
{
|
||||
public:
|
||||
const class UAnimInstance* AnimInstance; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
const class UAnimMontage* MontageToPlay; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetCurrentInstanceId;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetNotifiesByClass
|
||||
// 0x0020 (0x0020 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetNotifiesByClass final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class UAnimNotify> NotifyClass; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TArray<class UAnimNotify*> ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetNotifiesByClass;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetNotifyByClass
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetNotifyByClass final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class UAnimNotify> NotifyClass; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
const class UAnimNotify* ReturnValue; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetNotifyByClass;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetNotifyStateByClass
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetNotifyStateByClass final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class UAnimNotifyState> NotifyStateClass; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
const class UAnimNotifyState* ReturnValue; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetNotifyStateByClass;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetNotifyStatesByClass
|
||||
// 0x0020 (0x0020 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetNotifyStatesByClass final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class UAnimNotifyState> NotifyStateClass; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TArray<class UAnimNotifyState*> ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetNotifyStatesByClass;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetNotifyStateTriggerTime
|
||||
// 0x0020 (0x0020 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetNotifyStateTriggerTime final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class UAnimNotifyState> NotifyClass; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float OutStartTime; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float OutEndTime; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetNotifyStateTriggerTime;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetNotifyStateTriggerTimeByEvent
|
||||
// 0x0038 (0x0038 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetNotifyStateTriggerTimeByEvent final
|
||||
{
|
||||
public:
|
||||
struct FAnimNotifyEventReference EventReference; // 0x0000(0x0030)(ConstParm, Parm, NativeAccessSpecifierPublic)
|
||||
float OutStartTime; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float OutEndTime; // 0x0034(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetNotifyStateTriggerTimeByEvent;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetNotifyTriggerTime
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetNotifyTriggerTime final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class UAnimNotify> NotifyClass; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float OutTime; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetNotifyTriggerTime;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetOnNotifyTriggerRemainingTimeByClass
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetOnNotifyTriggerRemainingTimeByClass final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class UAnimNotify> NotifyClass; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetOnNotifyTriggerRemainingTimeByClass;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetRateScale
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetRateScale final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetRateScale;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetSectionIndex
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetSectionIndex final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class FName SectionName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 SectionIndex; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetSectionIndex;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetSectionLength
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetSectionLength final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class FName SectionName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetSectionLength;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetSectionLengthBySectionIndex
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetSectionLengthBySectionIndex final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 SectionIndex; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetSectionLengthBySectionIndex;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetSectionName
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetSectionName final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 SectionIndex; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class FName SectionName; // 0x000C(0x0008)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetSectionName;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetSectionStartAndEnd
|
||||
// 0x0020 (0x0020 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetSectionStartAndEnd final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class FName SectionName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float OutStartTime; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float OutEndTime; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetSectionStartAndEnd;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetSectionStartAndEndBySectionIndex
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetSectionStartAndEndBySectionIndex final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 SectionIndex; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float OutStartTime; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float OutEndTime; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetSectionStartAndEndBySectionIndex;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_GetSlotName
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_GetSlotName final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
class FName ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_GetSlotName;
|
||||
|
||||
// Function EngineCustomized.CustomizedAnimationLibrary.Montage_IsValidSection
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct CustomizedAnimationLibrary_Montage_IsValidSection final
|
||||
{
|
||||
public:
|
||||
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 SectionIndex; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_CustomizedAnimationLibrary_Montage_IsValidSection;
|
||||
|
||||
// Function EngineCustomized.SimpleActorPoolableInterface.CanBePooled
|
||||
// 0x0001 (0x0001 - 0x0000)
|
||||
struct SimpleActorPoolableInterface_CanBePooled final
|
||||
{
|
||||
public:
|
||||
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_SimpleActorPoolableInterface_CanBePooled;
|
||||
|
||||
// Function EngineCustomized.ECSActorInstancesComponent.InitializeAgentComponent
|
||||
// 0x0008 (0x0008 - 0x0000)
|
||||
struct ECSActorInstancesComponent_InitializeAgentComponent final
|
||||
{
|
||||
public:
|
||||
class USimpleAgentComponent* AgentComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ECSActorInstancesComponent_InitializeAgentComponent;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.AddActorToUnRegisterSlowTickActorsList
|
||||
// 0x0008 (0x0008 - 0x0000)
|
||||
struct ActorIterableSubsystem_AddActorToUnRegisterSlowTickActorsList final
|
||||
{
|
||||
public:
|
||||
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_AddActorToUnRegisterSlowTickActorsList;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.ChangeLODInerval
|
||||
// 0x0008 (0x0008 - 0x0000)
|
||||
struct ActorIterableSubsystem_ChangeLODInerval final
|
||||
{
|
||||
public:
|
||||
EDCSSlowTick LOD; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
float Interval; // 0x0004(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_ChangeLODInerval;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.ChangeLODMaxCost
|
||||
// 0x0008 (0x0008 - 0x0000)
|
||||
struct ActorIterableSubsystem_ChangeLODMaxCost final
|
||||
{
|
||||
public:
|
||||
EDCSSlowTick LOD; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
int32 MaxCost; // 0x0004(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_ChangeLODMaxCost;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.DebugControlSlowTick
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct ActorIterableSubsystem_DebugControlSlowTick final
|
||||
{
|
||||
public:
|
||||
EDCSSlowTick SlowTick; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
class AActor* Actor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_DebugControlSlowTick;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.GetAllRegisterActors
|
||||
// 0x0028 (0x0028 - 0x0000)
|
||||
struct ActorIterableSubsystem_GetAllRegisterActors final
|
||||
{
|
||||
public:
|
||||
EDCSSlowTick SlowTick; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
TSubclassOf<class AActor> ActorClass; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
TArray<class AActor*> OutActors; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
|
||||
bool bIncludeHigherLevel; // 0x0020(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_GetAllRegisterActors;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.GetAllRegisterActorsWithInterface
|
||||
// 0x0028 (0x0028 - 0x0000)
|
||||
struct ActorIterableSubsystem_GetAllRegisterActorsWithInterface final
|
||||
{
|
||||
public:
|
||||
EDCSSlowTick SlowTick; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
TArray<class AActor*> OutActors; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
|
||||
TSubclassOf<class IInterface> Interface; // 0x0018(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool bIncludeHigherLevel; // 0x0020(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_GetAllRegisterActorsWithInterface;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.GetPauseableSeconds
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct ActorIterableSubsystem_GetPauseableSeconds final
|
||||
{
|
||||
public:
|
||||
class AActor* BindActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_GetPauseableSeconds;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.GetWeightOfSlowTick
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct ActorIterableSubsystem_GetWeightOfSlowTick final
|
||||
{
|
||||
public:
|
||||
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int32 OutWeight; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
EDCSSlowTick OutSlowTick; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x000D(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_E[0x2]; // 0x000E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_GetWeightOfSlowTick;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.IsPauseableSecondsPaused
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct ActorIterableSubsystem_IsPauseableSecondsPaused final
|
||||
{
|
||||
public:
|
||||
class AActor* BindActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_IsPauseableSecondsPaused;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.OnExtraTracedActorEndPlayed
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct ActorIterableSubsystem_OnExtraTracedActorEndPlayed final
|
||||
{
|
||||
public:
|
||||
class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
EEndPlayReason EndPlayReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_OnExtraTracedActorEndPlayed;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.OnTimeActorEndPlayed
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct ActorIterableSubsystem_OnTimeActorEndPlayed final
|
||||
{
|
||||
public:
|
||||
class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
EEndPlayReason EndPlayReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_OnTimeActorEndPlayed;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.OnWorldNewTick
|
||||
// 0x0008 (0x0008 - 0x0000)
|
||||
struct ActorIterableSubsystem_OnWorldNewTick final
|
||||
{
|
||||
public:
|
||||
class UWorld* InWorld; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_OnWorldNewTick;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.RemoveActorFromUnRegisterSlowTickActorsList
|
||||
// 0x0008 (0x0008 - 0x0000)
|
||||
struct ActorIterableSubsystem_RemoveActorFromUnRegisterSlowTickActorsList final
|
||||
{
|
||||
public:
|
||||
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_RemoveActorFromUnRegisterSlowTickActorsList;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.SetDataLayerActive
|
||||
// 0x000C (0x000C - 0x0000)
|
||||
struct ActorIterableSubsystem_SetDataLayerActive final
|
||||
{
|
||||
public:
|
||||
class FName InLayerName; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool bActive; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_SetDataLayerActive;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.SetPauseableSeconds
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct ActorIterableSubsystem_SetPauseableSeconds final
|
||||
{
|
||||
public:
|
||||
class AActor* BindActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool bPaused; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_SetPauseableSeconds;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.SetSlowTickSortInterval
|
||||
// 0x0004 (0x0004 - 0x0000)
|
||||
struct ActorIterableSubsystem_SetSlowTickSortInterval final
|
||||
{
|
||||
public:
|
||||
float Interval; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_SetSlowTickSortInterval;
|
||||
|
||||
// Function EngineCustomized.ActorIterableSubsystem.UpdateClientViewPorts
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct ActorIterableSubsystem_UpdateClientViewPorts final
|
||||
{
|
||||
public:
|
||||
TArray<struct FTransform> InClientViewPorts; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_ActorIterableSubsystem_UpdateClientViewPorts;
|
||||
|
||||
// Function EngineCustomized.SlowTickSystemLibrary.GetVisualizationLODParameters
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct SlowTickSystemLibrary_GetVisualizationLODParameters final
|
||||
{
|
||||
public:
|
||||
TArray<struct FConfigVisualizationLODParameters> OutLodParameters; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
|
||||
bool bUseCache; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_SlowTickSystemLibrary_GetVisualizationLODParameters;
|
||||
|
||||
// Function EngineCustomized.SlowTickSystemLibrary.SetCachedVisualizationLODParameters
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct SlowTickSystemLibrary_SetCachedVisualizationLODParameters final
|
||||
{
|
||||
public:
|
||||
TArray<struct FConfigVisualizationLODParameters> InLodParameters; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
|
||||
bool bEnableCache; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_SlowTickSystemLibrary_SetCachedVisualizationLODParameters;
|
||||
|
||||
// Function EngineCustomized.IpForwardNetDriverRegister.DeferredNetDriver
|
||||
// 0x0002 (0x0002 - 0x0000)
|
||||
struct IpForwardNetDriverRegister_DeferredNetDriver final
|
||||
{
|
||||
public:
|
||||
bool bDestroy; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_IpForwardNetDriverRegister_DeferredNetDriver;
|
||||
|
||||
// Function EngineCustomized.IpForwardNetDriverRegister.PostInitServer
|
||||
// 0x0001 (0x0001 - 0x0000)
|
||||
struct IpForwardNetDriverRegister_PostInitServer final
|
||||
{
|
||||
public:
|
||||
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_IpForwardNetDriverRegister_PostInitServer;
|
||||
|
||||
// Function EngineCustomized.IpForwardNetDriverRegister.PreInitClient
|
||||
// 0x0001 (0x0001 - 0x0000)
|
||||
struct IpForwardNetDriverRegister_PreInitClient final
|
||||
{
|
||||
public:
|
||||
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_IpForwardNetDriverRegister_PreInitClient;
|
||||
|
||||
// Function EngineCustomized.OnlineGridCellsClient.InitClient
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct OnlineGridCellsClient_InitClient final
|
||||
{
|
||||
public:
|
||||
class FString URL; // 0x0000(0x0010)(ConstParm, Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_OnlineGridCellsClient_InitClient;
|
||||
|
||||
// Function EngineCustomized.OnlineGridCellsHost.InitHost
|
||||
// 0x0018 (0x0018 - 0x0000)
|
||||
struct OnlineGridCellsHost_InitHost final
|
||||
{
|
||||
public:
|
||||
class FString URL; // 0x0000(0x0010)(ConstParm, Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
||||
};
|
||||
DUMPER7_ASSERTS_OnlineGridCellsHost_InitHost;
|
||||
|
||||
// Function EngineCustomized.OnlineGridCellsHost.RegisterHostObject
|
||||
// 0x0008 (0x0008 - 0x0000)
|
||||
struct OnlineGridCellsHost_RegisterHostObject final
|
||||
{
|
||||
public:
|
||||
class AOnlineGridCellsHostObject* NewHostObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_OnlineGridCellsHost_RegisterHostObject;
|
||||
|
||||
// Function EngineCustomized.OnlineGridCellsHost.UnregisterHostObject
|
||||
// 0x0010 (0x0010 - 0x0000)
|
||||
struct OnlineGridCellsHost_UnregisterHostObject final
|
||||
{
|
||||
public:
|
||||
class FString BeaconType; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_OnlineGridCellsHost_UnregisterHostObject;
|
||||
|
||||
// Function EngineCustomized.DCSNetToolTester.Ping
|
||||
// 0x0020 (0x0020 - 0x0000)
|
||||
struct DCSNetToolTester_Ping final
|
||||
{
|
||||
public:
|
||||
double CurTimeSeconds; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
float Interval; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
class FString PingAddress; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
DUMPER7_ASSERTS_DCSNetToolTester_Ping;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user