PalWorld-NetCrack/libs/SDKLibrary/SDK/LiveLinkCamera_classes.hpp
NightFyre 9a743d2b16 toggle fullbright feature
- Adjusted SDK UGameViewportClient class members and padding
- Created helper function to get local player
- precompile headers for SDK
- SDK made into a static library ( single compile as its never changed )
2024-01-29 06:39:29 -05:00

31 lines
1.4 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x60 (0xC8 - 0x68)
// Class LiveLinkCamera.LiveLinkCameraController
class ULiveLinkCameraController : public ULiveLinkControllerBase
{
public:
bool bUseCameraRange; // 0x68(0x1)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8CF[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
struct FLensFilePicker LensFilePicker; // 0x70(0x10)(Edit, NoDestructor, NativeAccessSpecifierPublic)
struct FLiveLinkCameraControllerUpdateFlags UpdateFlags; // 0x80(0x7)(Edit, NoDestructor, Protected, NativeAccessSpecifierProtected)
uint8 Pad_8D1[0x41]; // Fixing Size Of Struct [ Dumper-7 ]
static class UClass* StaticClass();
static class ULiveLinkCameraController* GetDefaultObj();
};
}