UDatasmithObjectTemplate > UObject
namespace Offsets { namespace Classes { // Inheritance: UDatasmithObjectTemplate > UObject namespace UDatasmithLandscapeTemplate { constexpr auto LandscapeMaterial = 0x30; // UMaterialInterface* constexpr auto StaticLightingLOD = 0x38; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UDatasmithObjectTemplate > UObject public static class UDatasmithLandscapeTemplate { public const byte LandscapeMaterial = 0x30; // UMaterialInterface* public const byte StaticLightingLOD = 0x38; // int32_t } } }