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)
UEnvQueryGenerator > UEnvQueryNode > UObject
namespace Offsets { namespace Classes { // Inheritance: UEnvQueryGenerator > UEnvQueryNode > UObject namespace UEnvQueryGenerator_BlueprintBase { constexpr auto GeneratorsActionDescription = 0x50; // FText constexpr auto Context = 0x68; // UEnvQueryContext* constexpr auto GeneratedItemType = 0x70; // UEnvQueryItemType* } } }
public static class Offsets { public static class Classes { // Inheritance: UEnvQueryGenerator > UEnvQueryNode > UObject public static class UEnvQueryGenerator_BlueprintBase { public const byte GeneratorsActionDescription = 0x50; // FText public const byte Context = 0x68; // UEnvQueryContext* public const byte GeneratedItemType = 0x70; // UEnvQueryItemType* } } }