Navigation
API > API/Plugins > API/Plugins/LearningAgents
Settings for visual logger output
| Name | FLearningAgentsObservationVisualLoggerSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsObservations.h |
| Include Path | #include "LearningAgentsObservations.h" |
Syntax
USTRUCT (BlueprintType )
struct FLearningAgentsObservationVisualLoggerSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AgentId | int32 | The agent id associated with this observation. | LearningAgentsObservations.h |
|
| ArrowLength | float | The length of debug arrows to display for direction/velocity observations. | LearningAgentsObservations.h |
|
| bEnabled | bool | Whether visual logging is enabled. | LearningAgentsObservations.h |
|
| Color | FLinearColor | The color for the visual logger display. | LearningAgentsObservations.h |
|
| DebugLocation | FVector | An additional location for visualizing a specific observation element (e.g., rotation arrow origin, velocity arrow start). | LearningAgentsObservations.h |
|
| Listener | TObjectPtr< ULearningAgentsManagerListener > | The listener object which is making this observation. This must be set to use logging. | LearningAgentsObservations.h |
|
| Location | FVector | A location for the visual logger text information in the world. | LearningAgentsObservations.h |
|