Navigation
API > API/Plugins > API/Plugins/LearningAgentsTrainingEditor
| Name | ULearningAgentsDepthMapWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTrainingEditor/Public/LearningAgentsDepthMapVisualizer.h |
| Include Path | #include "LearningAgentsDepthMapVisualizer.h" |
Syntax
UCLASS ()
class ULearningAgentsDepthMapWidget : public UUserWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UUserWidget → ULearningAgentsDepthMapWidget
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DepthMapRenderer | TObjectPtr< UCanvasRenderTarget2D > | LearningAgentsDepthMapVisualizer.h | ||
| DepthValues | TArray< float > | LearningAgentsDepthMapVisualizer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeView
(
FVector2D RenderSize, |
LearningAgentsDepthMapVisualizer.h | ||
void SetDepthValues
(
const TArray< float >& InDepthValues |
LearningAgentsDepthMapVisualizer.h |