UMaterialExpression > UObject
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionSamplePhysicsIntegerField { constexpr auto WorldPosition = 0x40; // FExpressionInput constexpr auto FieldTarget = 0x54; // EFieldIntegerType } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionSamplePhysicsIntegerField { public const byte WorldPosition = 0x40; // FExpressionInput public const byte FieldTarget = 0x54; // EFieldIntegerType } } }