mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
28 lines
628 B
C++
28 lines
628 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function WBP_NoData.WBP_NoData_C.SetText
|
|
struct UWBP_NoData_C_SetText_Params
|
|
{
|
|
public:
|
|
class FText Text; // 0x0(0x18)(BlueprintVisible, BlueprintReadOnly, Parm)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|