UMaterialExpression > UObject
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionCustom { constexpr auto Code = 0x40; // FString constexpr auto OutputType = 0x50; // ECustomMaterialOutputType constexpr auto Description = 0x58; // FString constexpr auto Inputs = 0x68; // TArray<FCustomInput> constexpr auto AdditionalDefines = 0x78; // TArray<FCustomDefine> constexpr auto IncludeFilePaths = 0x88; // TArray<FString> } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionCustom { public const byte Code = 0x40; // FString public const byte OutputType = 0x50; // ECustomMaterialOutputType public const byte Description = 0x58; // FString public const byte Inputs = 0x68; // TArray<FCustomInput> public const byte AdditionalDefines = 0x78; // TArray<FCustomDefine> public const byte IncludeFilePaths = 0x88; // TArray<FString> } } }