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)
UFieldNodeFloat > UFieldNodeBase > UActorComponent > UObject
UToFloatField
Integer field to be converted to an a scalar one
namespace Offsets { namespace Classes { // Inheritance: UFieldNodeFloat > UFieldNodeBase > UActorComponent > UObject namespace UToFloatField { constexpr auto IntField = 0xb0; // UFieldNodeInt* } } }
public static class Offsets { public static class Classes { // Inheritance: UFieldNodeFloat > UFieldNodeBase > UActorComponent > UObject public static class UToFloatField { public const byte IntField = 0xb0; // UFieldNodeInt* } } }