#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 FloatChannel; // 0x8(0x10)(ZeroConstructor, NativeAccessSpecifierPublic) TArray StringChannel; // 0x18(0x10)(ZeroConstructor, NativeAccessSpecifierPublic) TArray IntegerChannel; // 0x28(0x10)(ZeroConstructor, NativeAccessSpecifierPublic) TArray BoolChannel; // 0x38(0x10)(ZeroConstructor, NativeAccessSpecifierPublic) TArray ByteChannel; // 0x48(0x10)(ZeroConstructor, NativeAccessSpecifierPublic) }; // 0x10 (0x10 - 0x0) // ScriptStruct LiveLinkMovieScene.LiveLinkSubSectionData struct FLiveLinkSubSectionData { public: TArray Properties; // 0x0(0x10)(ZeroConstructor, NativeAccessSpecifierPublic) }; // 0x80 (0xB8 - 0x38) // ScriptStruct LiveLinkMovieScene.MovieSceneLiveLinkSectionTemplate struct FMovieSceneLiveLinkSectionTemplate : public FMovieScenePropertySectionTemplate { public: struct FLiveLinkSubjectPreset SubjectPreset; // 0x38(0x38)(NoDestructor, NativeAccessSpecifierPublic) TArray ChannelMask; // 0x70(0x10)(ZeroConstructor, NativeAccessSpecifierPublic) TArray SubSectionsData; // 0x80(0x10)(ZeroConstructor, NativeAccessSpecifierPublic) uint8 Pad_818[0x28]; // Fixing Size Of Struct [ Dumper-7 ] }; }