Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UMaterialExpression > UObject
Color to style comment with
Size of the text in the comment box
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionComment { constexpr auto SizeX = 0x40; // int32_t constexpr auto SizeY = 0x44; // int32_t constexpr auto Text = 0x48; // FString constexpr auto CommentColor = 0x58; // FLinearColor constexpr auto FontSize = 0x68; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionComment { public const byte SizeX = 0x40; // int32_t public const byte SizeY = 0x44; // int32_t public const byte Text = 0x48; // FString public const byte CommentColor = 0x58; // FLinearColor public const byte FontSize = 0x68; // int32_t } } }