mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
53 lines
1.8 KiB
C++
53 lines
1.8 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// ENUMS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
enum class EHandleEvent : uint8
|
|
{
|
|
LocalTransformUpdated = 0,
|
|
GlobalTransformUpdated = 1,
|
|
ComponentUpdated = 2,
|
|
Max = 3,
|
|
};
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// STRUCTS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x0 (0x100 - 0x100)
|
|
// ScriptStruct Constraints.MovieSceneConstraintChannel
|
|
struct FMovieSceneConstraintChannel : public FMovieSceneBoolChannel
|
|
{
|
|
public:
|
|
};
|
|
|
|
// 0x138 (0x138 - 0x0)
|
|
// ScriptStruct Constraints.ConstraintAndActiveChannel
|
|
struct FConstraintAndActiveChannel
|
|
{
|
|
public:
|
|
TSoftObjectPtr<class UTickableConstraint> Constraint; // 0x0(0x30)(UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
struct FMovieSceneConstraintChannel ActiveChannel; // 0x30(0x100)(NativeAccessSpecifierPublic)
|
|
class UTickableConstraint* ConstraintCopyToSpawn; // 0x130(0x8)(ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x18 (0x40 - 0x28)
|
|
// ScriptStruct Constraints.ConstraintTickFunction
|
|
struct FConstraintTickFunction : public FTickFunction
|
|
{
|
|
public:
|
|
uint8 Pad_1416[0x18]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
}
|
|
|
|
|