UTexture2DDynamic > UTexture > UStreamableRenderAsset > UObject
namespace Offsets { namespace Classes { // Inheritance: UTexture2DDynamic > UTexture > UStreamableRenderAsset > UObject namespace USubstanceTexture2D { constexpr auto ParentInstance = 0x100; // USubstanceGraphInstance* constexpr auto AddressX = 0x108; // TextureAddress constexpr auto AddressY = 0x109; // TextureAddress constexpr auto bCooked = 0x10a; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UTexture2DDynamic > UTexture > UStreamableRenderAsset > UObject public static class USubstanceTexture2D { public const UInt16 ParentInstance = 0x100; // USubstanceGraphInstance* public const UInt16 AddressX = 0x108; // TextureAddress public const UInt16 AddressY = 0x109; // TextureAddress public const UInt16 bCooked = 0x10a; // bool } } }