mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
36 lines
1.1 KiB
C++
36 lines
1.1 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// Function MeshModelingTools.ExistingMeshMaterialProperties.GetUVChannelNamesFunc
|
|
struct UExistingMeshMaterialProperties_GetUVChannelNamesFunc_Params
|
|
{
|
|
public:
|
|
TArray<class FString> ReturnValue; // 0x0(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// Function MeshModelingTools.MeshUVChannelProperties.GetUVChannelNamesFunc
|
|
struct UMeshUVChannelProperties_GetUVChannelNamesFunc_Params
|
|
{
|
|
public:
|
|
TArray<class FString> ReturnValue; // 0x0(0x10)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|