UEnvQueryTest > UEnvQueryNode > UObject
namespace Offsets { namespace Classes { // Inheritance: UEnvQueryTest > UEnvQueryNode > UObject namespace UEnvQueryTest_GameplayTags { constexpr auto TagQueryToMatch = 0x1f8; // FGameplayTagQuery constexpr auto bUpdatedToUseQuery = 0x240; // bool constexpr auto TagsToMatch = 0x241; // EGameplayContainerMatchType constexpr auto GameplayTags = 0x248; // FGameplayTagContainer } } }
public static class Offsets { public static class Classes { // Inheritance: UEnvQueryTest > UEnvQueryNode > UObject public static class UEnvQueryTest_GameplayTags { public const UInt16 TagQueryToMatch = 0x1f8; // FGameplayTagQuery public const UInt16 bUpdatedToUseQuery = 0x240; // bool public const UInt16 TagsToMatch = 0x241; // EGameplayContainerMatchType public const UInt16 GameplayTags = 0x248; // FGameplayTagContainer } } }