Navigation
API > API/Plugins > API/Plugins/LearningAgentsTrainingEditor
| Name | ULearningAgentsDepthMapVisualizerComponent |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTrainingEditor/Public/LearningAgentsDepthMapVisualizer.h |
| Include Path | #include "LearningAgentsDepthMapVisualizer.h" |
Syntax
UCLASS (Blueprintable, ClassGroup=(LearningAgents), Meta=(BlueprintSpawnableComponent))
class ULearningAgentsDepthMapVisualizerComponent : public UActorComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → ULearningAgentsDepthMapVisualizerComponent
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULearningAgentsDepthMapVisualizerComponent() |
LearningAgentsDepthMapVisualizer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RenderPosition | FVector2D | LearningAgentsDepthMapVisualizer.h |
|
|
| RenderSize | FVector2D | LearningAgentsDepthMapVisualizer.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DepthMapComp | TObjectPtr< ULearningAgentsDepthMapComponent > | LearningAgentsDepthMapVisualizer.h | ||
| Widget | TObjectPtr< ULearningAgentsDepthMapWidget > | LearningAgentsDepthMapVisualizer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void TickComponent
(
float DeltaTime, |
LearningAgentsDepthMapVisualizer.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginPlay() |
LearningAgentsDepthMapVisualizer.h |