78 lines
7.2 KiB
C++
78 lines
7.2 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: DialoguePlugin
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Enum DialoguePlugin.EPhxInterruptingBehavior
|
|
// NumValues: 0x0004
|
|
enum class EPhxInterruptingBehavior : uint8
|
|
{
|
|
Interrupt = 2,
|
|
Wait = 1,
|
|
Cancel = 0,
|
|
EPhxInterruptingBehavior_MAX = 3,
|
|
};
|
|
|
|
// ScriptStruct DialoguePlugin.DialogueNode
|
|
// 0x0090 (0x0090 - 0x0000)
|
|
struct FDialogueNode final
|
|
{
|
|
public:
|
|
int32 ID; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool isPlayer; // 0x0004(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class FText Text; // 0x0008(0x0018)(Edit, BlueprintVisible, NativeAccessSpecifierPublic)
|
|
TArray<int32> Links; // 0x0020(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic)
|
|
struct FVector2D Coordinates; // 0x0030(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
TArray<class UDialogueEvents*> Events; // 0x0038(0x0010)(Edit, ExportObject, ZeroConstructor, DisableEditOnInstance, ContainsInstancedReference, NativeAccessSpecifierPublic)
|
|
TArray<class UDialogueConditions*> Conditions; // 0x0048(0x0010)(Edit, ExportObject, ZeroConstructor, DisableEditOnInstance, ContainsInstancedReference, NativeAccessSpecifierPublic)
|
|
class UAkAudioEvent* AkAudioEvent; // 0x0058(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class UAkAudioEvent* AkStopEvent; // 0x0060(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class UAnimMontage* LipFlapAnimation; // 0x0068(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float DelaySecs; // 0x0070(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool bIsCommsLine; // 0x0074(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool bStartStatic; // 0x0075(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool bStopStatic; // 0x0076(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_77[0x1]; // 0x0077(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UAkAudioEvent* StaticEventOverride; // 0x0078(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool bStopOnDestroy; // 0x0080(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_81[0x3]; // 0x0081(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class FName SourceFileName; // 0x0084(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
static_assert(alignof(FDialogueNode) == 0x000008, "Wrong alignment on FDialogueNode");
|
|
static_assert(sizeof(FDialogueNode) == 0x000090, "Wrong size on FDialogueNode");
|
|
static_assert(offsetof(FDialogueNode, ID) == 0x000000, "Member 'FDialogueNode::ID' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, isPlayer) == 0x000004, "Member 'FDialogueNode::isPlayer' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, Text) == 0x000008, "Member 'FDialogueNode::Text' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, Links) == 0x000020, "Member 'FDialogueNode::Links' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, Coordinates) == 0x000030, "Member 'FDialogueNode::Coordinates' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, Events) == 0x000038, "Member 'FDialogueNode::Events' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, Conditions) == 0x000048, "Member 'FDialogueNode::Conditions' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, AkAudioEvent) == 0x000058, "Member 'FDialogueNode::AkAudioEvent' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, AkStopEvent) == 0x000060, "Member 'FDialogueNode::AkStopEvent' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, LipFlapAnimation) == 0x000068, "Member 'FDialogueNode::LipFlapAnimation' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, DelaySecs) == 0x000070, "Member 'FDialogueNode::DelaySecs' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, bIsCommsLine) == 0x000074, "Member 'FDialogueNode::bIsCommsLine' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, bStartStatic) == 0x000075, "Member 'FDialogueNode::bStartStatic' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, bStopStatic) == 0x000076, "Member 'FDialogueNode::bStopStatic' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, StaticEventOverride) == 0x000078, "Member 'FDialogueNode::StaticEventOverride' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, bStopOnDestroy) == 0x000080, "Member 'FDialogueNode::bStopOnDestroy' has a wrong offset!");
|
|
static_assert(offsetof(FDialogueNode, SourceFileName) == 0x000084, "Member 'FDialogueNode::SourceFileName' has a wrong offset!");
|
|
|
|
}
|
|
|