UObject
Index of query option, that generated items
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UEnvQueryInstanceBlueprintWrapper { constexpr auto QueryID = 0x30; // int32_t constexpr auto ItemType = 0x58; // UEnvQueryItemType* constexpr auto OptionIndex = 0x60; // int32_t constexpr auto OnQueryFinishedEvent = 0x68; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UEnvQueryInstanceBlueprintWrapper { public const byte QueryID = 0x30; // int32_t public const byte ItemType = 0x58; // UEnvQueryItemType* public const byte OptionIndex = 0x60; // int32_t public const byte OnQueryFinishedEvent = 0x68; // FMulticastInlineDelegate } } }