mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
52 lines
1.8 KiB
C++
52 lines
1.8 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function ChaosCaching.ChaosCacheManager.TriggerComponentByCache
|
|
struct AChaosCacheManager_TriggerComponentByCache_Params
|
|
{
|
|
public:
|
|
class FName InCacheName; // 0x0(0x8)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function ChaosCaching.ChaosCacheManager.TriggerComponent
|
|
struct AChaosCacheManager_TriggerComponent_Params
|
|
{
|
|
public:
|
|
class UPrimitiveComponent* InComponent; // 0x0(0x8)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function ChaosCaching.ChaosCacheManager.SetStartTime
|
|
struct AChaosCacheManager_SetStartTime_Params
|
|
{
|
|
public:
|
|
float InStartTime; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function ChaosCaching.ChaosCacheManager.ResetSingleTransform
|
|
struct AChaosCacheManager_ResetSingleTransform_Params
|
|
{
|
|
public:
|
|
int32 InIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|