#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: PL_Significance #include "Basic.hpp" #include "GameplayTags_structs.hpp" namespace SDK { // ScriptStruct PL_Significance.PL_SignificanceSettings // 0x0048 (0x0048 - 0x0000) struct FPL_SignificanceSettings final { public: bool bBehindViewer; // 0x0000(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) float LastRenderTime; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float StartingDistance; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_C[0x10]; // 0x000C(0x0010)(Fixing Size After Last Property [ Dumper-7 ]) bool bDisableRendering; // 0x001C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bDisableCollision; // 0x001D(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bDisableTicking; // 0x001E(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bModifyTickRate; // 0x001F(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float ModifiedTickRate; // 0x0020(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) struct FGameplayTagContainer CustomTags; // 0x0028(0x0020)(Edit, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FPL_SignificanceSettings; // ScriptStruct PL_Significance.PL_SignificanceComponentDefaultTick // 0x0010 (0x0010 - 0x0000) struct FPL_SignificanceComponentDefaultTick final { public: class UActorComponent* Component; // 0x0000(0x0008)(ExportObject, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ]) }; DUMPER7_ASSERTS_FPL_SignificanceComponentDefaultTick; // ScriptStruct PL_Significance.PL_SignificanceClassSetting // 0x0018 (0x0018 - 0x0000) struct FPL_SignificanceClassSetting final { public: uint8 Pad_0[0x8]; // 0x0000(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) TArray Settings; // 0x0008(0x0010)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPublic) }; DUMPER7_ASSERTS_FPL_SignificanceClassSetting; }