33 lines
943 B
C++
33 lines
943 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: FPromptParams
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "EFaceActions_structs.hpp"
|
|
#include "EInputAction_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedStruct FPromptParams.FPromptParams
|
|
// 0x0018 (0x0018 - 0x0000)
|
|
struct FFPromptParams final
|
|
{
|
|
public:
|
|
class FText Text_2_ECE1F08C4B0C2B822D2877861BBA1584; // 0x0000(0x0010)(Edit, BlueprintVisible)
|
|
EFaceActions BindingUI_7_5E67CF3D42EF04E1652C67918EC47EF4; // 0x0010(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
EInputAction GameAction_9_BA02544448274F02F76CDCAC37AA06DF; // 0x0011(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
DUMPER7_ASSERTS_FFPromptParams;
|
|
|
|
}
|
|
|