Navigation
API > API/Plugins > API/Plugins/StateTreeModule
| Name | FStateTreeConsiderationResponseCurve |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Considerations/StateTreeCommonConsiderations.h |
| Include Path | #include "Considerations/StateTreeCommonConsiderations.h" |
Syntax
USTRUCT ()
struct FStateTreeConsiderationResponseCurve
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveInfo | FRuntimeFloatCurve | Curve used to output the final score for the Consideration. | Considerations/StateTreeCommonConsiderations.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float Evaluate
(
float NormalizedInput |
Evaluate the output value from curve | Considerations/StateTreeCommonConsiderations.h |