63 lines
3.7 KiB
C++
63 lines
3.7 KiB
C++
|
|
#pragma once
|
|||
|
|
|
|||
|
|
/*
|
|||
|
|
* SDK generated by Dumper-7
|
|||
|
|
*
|
|||
|
|
* https://github.com/Encryqed/Dumper-7
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// Package: CameraMode
|
|||
|
|
|
|||
|
|
#include "Basic.hpp"
|
|||
|
|
|
|||
|
|
#include "CoreUObject_structs.hpp"
|
|||
|
|
#include "Engine_classes.hpp"
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace SDK
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
// BlueprintGeneratedClass CameraMode.CameraMode_C
|
|||
|
|
// 0x0080 (0x00C8 - 0x0048)
|
|||
|
|
#pragma pack(push, 0x1)
|
|||
|
|
class alignas(0x08) UCameraMode_C : public UCameraModifier
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FVector CameraOffset; // 0x0048(0x0018)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
double ArmLength; // 0x0060(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
double FOV; // 0x0068(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
double CameraMoveLag; // 0x0070(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
double CameraRotationLag; // 0x0078(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
class AMehranCharacter_C* Mehran; // 0x0080(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
double YawMin; // 0x0088(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
double YawMax; // 0x0090(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
double PitchMin; // 0x0098(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
double PitchMax; // 0x00A0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
struct FRotator CameraRelativeRotation; // 0x00A8(0x0018)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|||
|
|
bool UseRelativeRoll; // 0x00C0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
void Deinitialize();
|
|||
|
|
void GetCameraData(double DeltaTime, double* ArmLength_0, double* FOV_0, struct FVector* Offset, struct FRotator* ControlRotation, double* MoveLagSpeed, double* RotationLagSpeed, struct FRotator* CameraRelativeRotation_0, bool* UseRelativeRoll_0);
|
|||
|
|
void Initialize(class AMehranCharacter_C* Mehran_0);
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
BP_STATIC_CLASS_IMPL("CameraMode_C")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"CameraMode_C")
|
|||
|
|
}
|
|||
|
|
static class UCameraMode_C* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UCameraMode_C>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
#pragma pack(pop)
|
|||
|
|
DUMPER7_ASSERTS_UCameraMode_C;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|