PalWorld-NetCrack/libs/SDKLibrary/SDK/LiveLinkMovieScene_structs.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

52 lines
2.7 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// ENUMS
//---------------------------------------------------------------------------------------------------------------------
//---------------------------------------------------------------------------------------------------------------------
// STRUCTS
//---------------------------------------------------------------------------------------------------------------------
// 0x58 (0x58 - 0x0)
// ScriptStruct LiveLinkMovieScene.LiveLinkPropertyData
struct FLiveLinkPropertyData
{
public:
class FName PropertyName; // 0x0(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FMovieSceneFloatChannel> FloatChannel; // 0x8(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TArray<struct FMovieSceneStringChannel> StringChannel; // 0x18(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TArray<struct FMovieSceneIntegerChannel> IntegerChannel; // 0x28(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TArray<struct FMovieSceneBoolChannel> BoolChannel; // 0x38(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TArray<struct FMovieSceneByteChannel> ByteChannel; // 0x48(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
};
// 0x10 (0x10 - 0x0)
// ScriptStruct LiveLinkMovieScene.LiveLinkSubSectionData
struct FLiveLinkSubSectionData
{
public:
TArray<struct FLiveLinkPropertyData> Properties; // 0x0(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
};
// 0x80 (0xB8 - 0x38)
// ScriptStruct LiveLinkMovieScene.MovieSceneLiveLinkSectionTemplate
struct FMovieSceneLiveLinkSectionTemplate : public FMovieScenePropertySectionTemplate
{
public:
struct FLiveLinkSubjectPreset SubjectPreset; // 0x38(0x38)(NoDestructor, NativeAccessSpecifierPublic)
TArray<bool> ChannelMask; // 0x70(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
TArray<struct FLiveLinkSubSectionData> SubSectionsData; // 0x80(0x10)(ZeroConstructor, NativeAccessSpecifierPublic)
uint8 Pad_818[0x28]; // Fixing Size Of Struct [ Dumper-7 ]
};
}