UDatasmithObjectTemplate > UObject
namespace Offsets { namespace Classes { // Inheritance: UDatasmithObjectTemplate > UObject namespace UDatasmithPostProcessVolumeTemplate { constexpr auto Settings = 0x30; // FDatasmithPostProcessSettingsTemplate constexpr auto bEnabled = 0x70; // char : 1 constexpr auto bUnbound = 0x70; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UDatasmithObjectTemplate > UObject public static class UDatasmithPostProcessVolumeTemplate { public const byte Settings = 0x30; // FDatasmithPostProcessSettingsTemplate public const byte bEnabled = 0x70; // char : 1 public const byte bUnbound = 0x70; // char : 1 } } }