mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
349 lines
22 KiB
C++
349 lines
22 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SortTrailingEvents
|
|
struct UChaosDestructionListener_SortTrailingEvents_Params
|
|
{
|
|
public:
|
|
TArray<struct FChaosTrailingEventData> TrailingEvents; // 0x0(0x10)(Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
|
|
enum class EChaosTrailingSortMethod SortMethod; // 0x10(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1F05[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SortRemovalEvents
|
|
struct UChaosDestructionListener_SortRemovalEvents_Params
|
|
{
|
|
public:
|
|
TArray<struct FChaosRemovalEventData> RemovalEvents; // 0x0(0x10)(Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
|
|
enum class EChaosRemovalSortMethod SortMethod; // 0x10(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1F0B[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SortCollisionEvents
|
|
struct UChaosDestructionListener_SortCollisionEvents_Params
|
|
{
|
|
public:
|
|
TArray<struct FChaosCollisionEventData> CollisionEvents; // 0x0(0x10)(Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
|
|
enum class EChaosCollisionSortMethod SortMethod; // 0x10(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1F12[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SortBreakingEvents
|
|
struct UChaosDestructionListener_SortBreakingEvents_Params
|
|
{
|
|
public:
|
|
TArray<struct FChaosBreakingEventData> BreakingEvents; // 0x0(0x10)(Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
|
|
enum class EChaosBreakingSortMethod SortMethod; // 0x10(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1F18[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SetTrailingEventRequestSettings
|
|
struct UChaosDestructionListener_SetTrailingEventRequestSettings_Params
|
|
{
|
|
public:
|
|
struct FChaosTrailingEventRequestSettings InSettings; // 0x0(0x18)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SetTrailingEventEnabled
|
|
struct UChaosDestructionListener_SetTrailingEventEnabled_Params
|
|
{
|
|
public:
|
|
bool bIsEnabled; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SetRemovalEventRequestSettings
|
|
struct UChaosDestructionListener_SetRemovalEventRequestSettings_Params
|
|
{
|
|
public:
|
|
struct FChaosRemovalEventRequestSettings InSettings; // 0x0(0x10)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SetRemovalEventEnabled
|
|
struct UChaosDestructionListener_SetRemovalEventEnabled_Params
|
|
{
|
|
public:
|
|
bool bIsEnabled; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SetCollisionEventRequestSettings
|
|
struct UChaosDestructionListener_SetCollisionEventRequestSettings_Params
|
|
{
|
|
public:
|
|
struct FChaosCollisionEventRequestSettings InSettings; // 0x0(0x18)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SetCollisionEventEnabled
|
|
struct UChaosDestructionListener_SetCollisionEventEnabled_Params
|
|
{
|
|
public:
|
|
bool bIsEnabled; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SetBreakingEventRequestSettings
|
|
struct UChaosDestructionListener_SetBreakingEventRequestSettings_Params
|
|
{
|
|
public:
|
|
struct FChaosBreakingEventRequestSettings InSettings; // 0x0(0x18)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.SetBreakingEventEnabled
|
|
struct UChaosDestructionListener_SetBreakingEventEnabled_Params
|
|
{
|
|
public:
|
|
bool bIsEnabled; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.RemoveGeometryCollectionActor
|
|
struct UChaosDestructionListener_RemoveGeometryCollectionActor_Params
|
|
{
|
|
public:
|
|
class AGeometryCollectionActor* GeometryCollectionActor; // 0x0(0x8)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.RemoveChaosSolverActor
|
|
struct UChaosDestructionListener_RemoveChaosSolverActor_Params
|
|
{
|
|
public:
|
|
class AChaosSolverActor* ChaosSolverActor; // 0x0(0x8)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.IsEventListening
|
|
struct UChaosDestructionListener_IsEventListening_Params
|
|
{
|
|
public:
|
|
bool ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.AddGeometryCollectionActor
|
|
struct UChaosDestructionListener_AddGeometryCollectionActor_Params
|
|
{
|
|
public:
|
|
class AGeometryCollectionActor* GeometryCollectionActor; // 0x0(0x8)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function GeometryCollectionEngine.ChaosDestructionListener.AddChaosSolverActor
|
|
struct UChaosDestructionListener_AddChaosSolverActor_Params
|
|
{
|
|
public:
|
|
class AChaosSolverActor* ChaosSolverActor; // 0x0(0x8)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x120 (0x120 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionActor.RaycastSingle
|
|
struct AGeometryCollectionActor_RaycastSingle_Params
|
|
{
|
|
public:
|
|
struct FVector Start; // 0x0(0x18)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
struct FVector End; // 0x18(0x18)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
struct FHitResult OutHit; // 0x30(0xE8)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
|
|
bool ReturnValue; // 0x118(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1FE8[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.SetRestCollection
|
|
struct UGeometryCollectionComponent_SetRestCollection_Params
|
|
{
|
|
public:
|
|
class UGeometryCollection* RestCollectionIn; // 0x0(0x8)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.SetNotifyRemovals
|
|
struct UGeometryCollectionComponent_SetNotifyRemovals_Params
|
|
{
|
|
public:
|
|
bool bNewNotifyRemovals; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.SetNotifyCrumblings
|
|
struct UGeometryCollectionComponent_SetNotifyCrumblings_Params
|
|
{
|
|
public:
|
|
bool bNewNotifyCrumblings; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.SetNotifyBreaks
|
|
struct UGeometryCollectionComponent_SetNotifyBreaks_Params
|
|
{
|
|
public:
|
|
bool bNewNotifyBreaks; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0xC0 (0xC0 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ReceivePhysicsCollision
|
|
struct UGeometryCollectionComponent_ReceivePhysicsCollision_Params
|
|
{
|
|
public:
|
|
struct FChaosPhysicsCollisionInfo CollisionInfo; // 0x0(0xC0)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// DelegateFunction GeometryCollectionEngine.GeometryCollectionComponent.NotifyGeometryCollectionPhysicsStateChange__DelegateSignature
|
|
struct UGeometryCollectionComponent_NotifyGeometryCollectionPhysicsStateChange__DelegateSignature_Params
|
|
{
|
|
public:
|
|
class UGeometryCollectionComponent* FracturedComponent; // 0x0(0x8)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// DelegateFunction GeometryCollectionEngine.GeometryCollectionComponent.NotifyGeometryCollectionPhysicsLoadingStateChange__DelegateSignature
|
|
struct UGeometryCollectionComponent_NotifyGeometryCollectionPhysicsLoadingStateChange__DelegateSignature_Params
|
|
{
|
|
public:
|
|
class UGeometryCollectionComponent* FracturedComponent; // 0x0(0x8)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x40 (0x40 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.GetMassAndExtents
|
|
struct UGeometryCollectionComponent_GetMassAndExtents_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float OutMass; // 0x4(0x4)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
struct FBox OutExtents; // 0x8(0x38)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.GetInitialLevel
|
|
struct UGeometryCollectionComponent_GetInitialLevel_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
int32 ReturnValue; // 0x4(0x4)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.CrumbleCluster
|
|
struct UGeometryCollectionComponent_CrumbleCluster_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ApplyPhysicsField
|
|
struct UGeometryCollectionComponent_ApplyPhysicsField_Params
|
|
{
|
|
public:
|
|
bool Enabled; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
enum class EGeometryCollectionPhysicsTypeEnum Target; // 0x1(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_207D[0x6]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UFieldSystemMetaData* MetaData; // 0x8(0x8)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class UFieldNodeBase* Field; // 0x10(0x8)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ApplyLinearVelocity
|
|
struct UGeometryCollectionComponent_ApplyLinearVelocity_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_2083[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FVector LinearVelocity; // 0x8(0x18)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ApplyKinematicField
|
|
struct UGeometryCollectionComponent_ApplyKinematicField_Params
|
|
{
|
|
public:
|
|
float Radius; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_208A[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FVector Position; // 0x8(0x18)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x30 (0x30 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ApplyInternalStrain
|
|
struct UGeometryCollectionComponent_ApplyInternalStrain_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_209B[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FVector Location; // 0x8(0x18)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float Radius; // 0x20(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
int32 PropagationDepth; // 0x24(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float PropagationFactor; // 0x28(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float Strain; // 0x2C(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x30 (0x30 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ApplyExternalStrain
|
|
struct UGeometryCollectionComponent_ApplyExternalStrain_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_20AF[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FVector Location; // 0x8(0x18)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float Radius; // 0x20(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
int32 PropagationDepth; // 0x24(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float PropagationFactor; // 0x28(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float Strain; // 0x2C(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ApplyBreakingLinearVelocity
|
|
struct UGeometryCollectionComponent_ApplyBreakingLinearVelocity_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_20EB[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FVector LinearVelocity; // 0x8(0x18)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ApplyBreakingAngularVelocity
|
|
struct UGeometryCollectionComponent_ApplyBreakingAngularVelocity_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_20FF[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FVector AngularVelocity; // 0x8(0x18)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function GeometryCollectionEngine.GeometryCollectionComponent.ApplyAngularVelocity
|
|
struct UGeometryCollectionComponent_ApplyAngularVelocity_Params
|
|
{
|
|
public:
|
|
int32 ItemIndex; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_210E[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FVector AngularVelocity; // 0x8(0x18)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|