#pragma once #include "CoreMinimal.h" #include "EnvironmentQuery/EnvQueryTest.h" #include "FortQueryTest_Random.generated.h" UCLASS(Blueprintable) class UFortQueryTest_Random : public UEnvQueryTest { GENERATED_BODY() public: UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) uint8 bUseRandomSeedForAI: 1; UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) uint8 bUseRandomSeedForOthers: 1; UFortQueryTest_Random(); };