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)
UDataAsset > UObject
namespace Offsets { namespace Classes { // Inheritance: UDataAsset > UObject namespace UEnvQuery { constexpr auto QueryName = 0x30; // FName constexpr auto Options = 0x38; // TArray<UEnvQueryOption*> } } }
public static class Offsets { public static class Classes { // Inheritance: UDataAsset > UObject public static class UEnvQuery { public const byte QueryName = 0x30; // FName public const byte Options = 0x38; // TArray<UEnvQueryOption*> } } }