UMaterialExpression > UObject
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionPreviousFrameSwitch { constexpr auto CurrentFrame = 0x48; // FExpressionInput constexpr auto PreviousFrame = 0x5c; // FExpressionInput } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionPreviousFrameSwitch { public const byte CurrentFrame = 0x48; // FExpressionInput public const byte PreviousFrame = 0x5c; // FExpressionInput } } }