mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
52 lines
1.8 KiB
C++
52 lines
1.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: Frontend_Command_Hero_Camera
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass Frontend_Command_Hero_Camera.Frontend_Command_Hero_Camera_C
|
|
// 0x0010 (0x0890 - 0x0880)
|
|
class AFrontend_Command_Hero_Camera_C final : public AFortCameraBase
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0880(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UArrowComponent* Arrow; // 0x0888(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_Frontend_Command_Hero_Camera(int32 EntryPoint);
|
|
void CustomEvent();
|
|
void OnActivated();
|
|
void OnDeactivated();
|
|
void UserConstructionScript();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"Frontend_Command_Hero_Camera_C">();
|
|
}
|
|
static class AFrontend_Command_Hero_Camera_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<AFrontend_Command_Hero_Camera_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(AFrontend_Command_Hero_Camera_C) == 0x000010, "Wrong alignment on AFrontend_Command_Hero_Camera_C");
|
|
static_assert(sizeof(AFrontend_Command_Hero_Camera_C) == 0x000890, "Wrong size on AFrontend_Command_Hero_Camera_C");
|
|
static_assert(offsetof(AFrontend_Command_Hero_Camera_C, UberGraphFrame) == 0x000880, "Member 'AFrontend_Command_Hero_Camera_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(AFrontend_Command_Hero_Camera_C, Arrow) == 0x000888, "Member 'AFrontend_Command_Hero_Camera_C::Arrow' has a wrong offset!");
|
|
|
|
}
|
|
|