#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: CJTimeOfDayPreset #include "Basic.hpp" namespace SDK { // ScriptStruct CJTimeOfDayPreset.TimeOfDayPresetUpdateContext // 0x0018 (0x0018 - 0x0000) struct FTimeOfDayPresetUpdateContext final { public: class UWorld* World; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) double NewTime; // 0x0008(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) class FName TimeTag; // 0x0010(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FTimeOfDayPresetUpdateContext; // ScriptStruct CJTimeOfDayPreset.MultiTimeTagContainer // 0x0010 (0x0010 - 0x0000) struct FMultiTimeTagContainer final { public: TArray TimeTags; // 0x0000(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FMultiTimeTagContainer; // ScriptStruct CJTimeOfDayPreset.TimeOfDayPresetPropertyBinding // 0x0014 (0x0014 - 0x0000) struct FTimeOfDayPresetPropertyBinding final { public: class FName PropertyName; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) class FName PropertyPath; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bCanUseClassLookup; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; DUMPER7_ASSERTS_FTimeOfDayPresetPropertyBinding; // ScriptStruct CJTimeOfDayPreset.TimeOfDayTimePoint // 0x0010 (0x0010 - 0x0000) struct FTimeOfDayTimePoint final { public: class FName Name; // 0x0000(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) double Time; // 0x0008(0x0008)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FTimeOfDayTimePoint; // ScriptStruct CJTimeOfDayPreset.TimeOfDayPresetEditorComponentData // 0x0010 (0x0010 - 0x0000) struct FTimeOfDayPresetEditorComponentData final { public: TArray LockedProperties; // 0x0000(0x0010)(ZeroConstructor, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FTimeOfDayPresetEditorComponentData; // ScriptStruct CJTimeOfDayPreset.TimeOfDayPresetComponentData // 0x0010 (0x0010 - 0x0000) struct FTimeOfDayPresetComponentData final { public: class UActorComponent* Component; // 0x0000(0x0008)(ExportObject, ZeroConstructor, InstancedReference, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic, TObjectPtr) class UTimeOfDayPresetComponentExtensionData* ExtensionData; // 0x0008(0x0008)(ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic, TObjectPtr) }; DUMPER7_ASSERTS_FTimeOfDayPresetComponentData; }