Navigation
API > API/Plugins > API/Plugins/LearningAgents
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULearningAgentsObservation
- UAngleObservation
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsObservations.h |
| Include | #include "LearningAgentsObservations.h" |
Syntax
UCLASS&40;&41;
class UAngleObservation : public ULearningAgentsObservation
Remarks
An observation of an angle relative to another angle.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Learning::FAngleFeature > | FeatureObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAngleObservation * | AddAngleObservation
(
ULearningAgentsInteractor* InInteractor, |
Adds a new angle observation to the given agent interactor. | |
| void | SetAngleObservation
(
const int32 AgentId, |
Sets the data for this observation. |
Overridden from ULearningAgentsObservation
| Type | Name | Description | |
|---|---|---|---|
| void | VisualLog
(
const UE::Learning::FIndexSet Instances |
Describes this observation to the visual logger for debugging purposes. |