31 lines
838 B
C++
31 lines
838 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: FPromptActorAttachmentInfo
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedStruct FPromptActorAttachmentInfo.FPromptActorAttachmentInfo
|
|
// 0x0020 (0x0020 - 0x0000)
|
|
struct FFPromptActorAttachmentInfo final
|
|
{
|
|
public:
|
|
class AActor* Actor_2_24F31307470062A7E6D9ED80E26B93A5; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NoDestructor, HasGetValueTypeHash)
|
|
struct FVector Offset_5_2C4410C745838B918FF375A9F820252A; // 0x0008(0x0018)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
DUMPER7_ASSERTS_FFPromptActorAttachmentInfo;
|
|
|
|
}
|
|
|