PalWorld-NetCrack/SDK/ChaosCaching_classes.hpp
2024-01-22 14:43:11 +08:00

110 lines
5.9 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x10 (0x38 - 0x28)
// Class ChaosCaching.ChaosCacheCollection
class UChaosCacheCollection : public UObject
{
public:
TArray<class UChaosCache*> Caches; // 0x28(0x10)(Edit, ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPublic)
static class UClass* StaticClass();
static class UChaosCacheCollection* GetDefaultObj();
};
// 0xA8 (0x338 - 0x290)
// Class ChaosCaching.ChaosCacheManager
class AChaosCacheManager : public AActor
{
public:
class UChaosCacheCollection* CacheCollection; // 0x290(0x8)(Edit, ZeroConstructor, DisableEditOnTemplate, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
enum class ECacheMode CacheMode; // 0x298(0x1)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
enum class EStartMode StartMode; // 0x299(0x1)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1736[0x2]; // Fixing Size After Last Property [ Dumper-7 ]
float StartTime; // 0x29C(0x4)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, Interp, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1737[0x8]; // Fixing Size After Last Property [ Dumper-7 ]
TArray<struct FObservedComponent> ObservedComponents; // 0x2A8(0x10)(Edit, ZeroConstructor, NativeAccessSpecifierPrivate)
uint8 Pad_1738[0x80]; // Fixing Size Of Struct [ Dumper-7 ]
static class UClass* StaticClass();
static class AChaosCacheManager* GetDefaultObj();
void TriggerComponentByCache(class FName InCacheName);
void TriggerComponent(class UPrimitiveComponent* InComponent);
void TriggerAll();
void SetStartTime(float InStartTime);
void ResetSingleTransform(int32 InIndex);
void ResetAllComponentTransforms();
};
// 0x0 (0x338 - 0x338)
// Class ChaosCaching.ChaosCachePlayer
class AChaosCachePlayer : public AChaosCacheManager
{
public:
static class UClass* StaticClass();
static class AChaosCachePlayer* GetDefaultObj();
};
// 0x228 (0x250 - 0x28)
// Class ChaosCaching.ChaosCache
class UChaosCache : public UObject
{
public:
float RecordedDuration; // 0x28(0x4)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint32 NumRecordedFrames; // 0x2C(0x4)(Edit, ZeroConstructor, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<int32> TrackToParticle; // 0x30(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TArray<struct FPerParticleCacheData> ParticleTracks; // 0x40(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TMap<class FName, struct FRichCurves> ChannelsTracks; // 0x50(0x50)(NativeAccessSpecifierPublic)
TMap<class FName, struct FRichCurve> CurveData; // 0xA0(0x50)(NativeAccessSpecifierPublic)
TMap<class FName, struct FCacheEventTrack> EventTracks; // 0xF0(0x50)(NativeAccessSpecifierPrivate)
struct FCacheSpawnableTemplate Spawnable; // 0x140(0xD0)(Edit, EditConst, NoDestructor, NativeAccessSpecifierPrivate)
struct FGuid AdapterGuid; // 0x210(0x10)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
int32 Version; // 0x220(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_1754[0x2C]; // Fixing Size Of Struct [ Dumper-7 ]
static class UClass* StaticClass();
static class UChaosCache* GetDefaultObj();
};
// 0x28 (0x120 - 0xF8)
// Class ChaosCaching.MovieSceneChaosCacheSection
class UMovieSceneChaosCacheSection : public UMovieSceneBaseCacheSection
{
public:
struct FMovieSceneChaosCacheParams Params; // 0xF8(0x28)(Edit, NativeAccessSpecifierPublic)
static class UClass* StaticClass();
static class UMovieSceneChaosCacheSection* GetDefaultObj();
};
// 0x18 (0xB0 - 0x98)
// Class ChaosCaching.MovieSceneChaosCacheTrack
class UMovieSceneChaosCacheTrack : public UMovieSceneNameableTrack
{
public:
uint8 Pad_1758[0x8]; // Fixing Size After Last Property [ Dumper-7 ]
TArray<class UMovieSceneSection*> AnimationSections; // 0xA0(0x10)(ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPrivate)
static class UClass* StaticClass();
static class UMovieSceneChaosCacheTrack* GetDefaultObj();
};
}