Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FRewardObject
- FConditionalConstantReward
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningRewardObject.h |
| Include | #include "LearningRewardObject.h" |
Syntax
struct FConditionalConstantReward : public UE::Learning::FRewardObject
Remarks
Conditional Constant Reward
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 1, bool > | ConditionHandle | ||
| float | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConditionalConstantReward
(
const FName& InIdentifier, |