Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/EnvironmentQuery
References
Module | AIModule |
Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryTypes.h |
Include | #include "EnvironmentQuery/EnvQueryTypes.h" |
Syntax
namespace EEnvTestScoreEquation
{
enum Type
&123;
Linear,
Square,
InverseLinear,
SquareRoot,
Constant,
&125;
}
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. |