EEnvTestScoreEquation::Type

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "EnvironmentQuery/EnvQueryTypes.h"

Syntax

namespace EEnvTestScoreEquation
{
    enum Type
    {
        Linear,
        Square,
        InverseLinear,
        SquareRoot,
        Constant,
    }
}

Values

Name

Description

Linear

Square

InverseLinear

SquareRoot

Constant

What other curve shapes should be supported? At first I was thinking we'd have parametric (F*V^P + C), but many versions of that curve would violate the [0, 1] output range which I think we should preserve.

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