UDatasmithObjectTemplate > UObject
namespace Offsets { namespace Classes { // Inheritance: UDatasmithObjectTemplate > UObject namespace UDatasmithSkyLightComponentTemplate { constexpr auto SourceType = 0x30; // ESkyLightSourceType constexpr auto CubemapResolution = 0x34; // int32_t constexpr auto Cubemap = 0x38; // UTextureCube* } } }
public static class Offsets { public static class Classes { // Inheritance: UDatasmithObjectTemplate > UObject public static class UDatasmithSkyLightComponentTemplate { public const byte SourceType = 0x30; // ESkyLightSourceType public const byte CubemapResolution = 0x34; // int32_t public const byte Cubemap = 0x38; // UTextureCube* } } }