Files
EscapeTheBackrooms_Internal/EscapeTheBackroomsGUiTest/SDK/SDK/BP_DroppedItem_Rope_classes.hpp
2024-04-20 14:19:09 +02:00

28 lines
950 B
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0xF (0x278 - 0x269)
// BlueprintGeneratedClass BP_DroppedItem_Rope.BP_DroppedItem_Rope_C
class ABP_DroppedItem_Rope_C : public ABP_DroppedItem_C
{
public:
uint8 Pad_116B[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
class UStaticMeshComponent* Cube; // 0x270(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
static class UClass* StaticClass();
static class ABP_DroppedItem_Rope_C* GetDefaultObj();
};
}