#pragma once // Dumped with Dumper-7! #include "../SDK.hpp" namespace SDK { namespace Params { //--------------------------------------------------------------------------------------------------------------------- // PARAMETERS //--------------------------------------------------------------------------------------------------------------------- // 0x48 (0x48 - 0x0) // DelegateFunction MRMesh.MockDataMeshTrackerComponent.OnMockDataMeshTrackerUpdated__DelegateSignature struct UMockDataMeshTrackerComponent_OnMockDataMeshTrackerUpdated__DelegateSignature_Params { public: int32 Index; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_181E[0x4]; // Fixing Size After Last Property [ Dumper-7 ] TArray Vertices; // 0x8(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) TArray Triangles; // 0x18(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) TArray Normals; // 0x28(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) TArray Confidence; // 0x38(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic) }; // 0x8 (0x8 - 0x0) // Function MRMesh.MockDataMeshTrackerComponent.DisconnectMRMesh struct UMockDataMeshTrackerComponent_DisconnectMRMesh_Params { public: class UMRMeshComponent* InMRMeshPtr; // 0x0(0x8)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x8 (0x8 - 0x0) // Function MRMesh.MockDataMeshTrackerComponent.ConnectMRMesh struct UMockDataMeshTrackerComponent_ConnectMRMesh_Params { public: class UMRMeshComponent* InMRMeshPtr; // 0x0(0x8)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x8 (0x8 - 0x0) // Function MRMesh.MRMeshComponent.SetWireframeMaterial struct UMRMeshComponent_SetWireframeMaterial_Params { public: class UMaterialInterface* InMaterial; // 0x0(0x8)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x10 (0x10 - 0x0) // Function MRMesh.MRMeshComponent.SetWireframeColor struct UMRMeshComponent_SetWireframeColor_Params { public: struct FLinearColor InColor; // 0x0(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function MRMesh.MRMeshComponent.SetUseWireframe struct UMRMeshComponent_SetUseWireframe_Params { public: bool bUseWireframe; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function MRMesh.MRMeshComponent.SetEnableMeshOcclusion struct UMRMeshComponent_SetEnableMeshOcclusion_Params { public: bool bEnable; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function MRMesh.MRMeshComponent.IsConnected struct UMRMeshComponent_IsConnected_Params { public: bool ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x10 (0x10 - 0x0) // Function MRMesh.MRMeshComponent.GetWireframeColor struct UMRMeshComponent_GetWireframeColor_Params { public: struct FLinearColor ReturnValue; // 0x0(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function MRMesh.MRMeshComponent.GetUseWireframe struct UMRMeshComponent_GetUseWireframe_Params { public: bool ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function MRMesh.MRMeshComponent.GetEnableMeshOcclusion struct UMRMeshComponent_GetEnableMeshOcclusion_Params { public: bool ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function MRMesh.MeshReconstructorBase.IsReconstructionStarted struct UMeshReconstructorBase_IsReconstructionStarted_Params { public: bool ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function MRMesh.MeshReconstructorBase.IsReconstructionPaused struct UMeshReconstructorBase_IsReconstructionPaused_Params { public: bool ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x8 (0x8 - 0x0) // Function MRMesh.MeshReconstructorBase.ConnectMRMesh struct UMeshReconstructorBase_ConnectMRMesh_Params { public: class UMRMeshComponent* Mesh; // 0x0(0x8)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; } }