EEnvTestFilterType::Type

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryTypes.h

Include

#include "EnvironmentQuery/EnvQueryTypes.h"

Syntax

namespace EEnvTestFilterType
{
    enum Type
    {
        Minimum,
        Maximum,
        Range,
        Match,
    }
}

Values

Name

Description

Minimum

For numeric tests.

Maximum

For numeric tests.

Range

For numeric tests.

Match

For Boolean tests.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss