Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UObject
Hierarchical LOD Setup
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UHierarchicalLODSetup { constexpr auto HierarchicalLODSetup = 0x28; // TArray<FHierarchicalSimplification> constexpr auto OverrideBaseMaterial = 0x38; // TSoftObjectPtr<UMaterialInterface> } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UHierarchicalLODSetup { public const byte HierarchicalLODSetup = 0x28; // TArray<FHierarchicalSimplification> public const byte OverrideBaseMaterial = 0x38; // TSoftObjectPtr<UMaterialInterface> } } }