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
Copy full snippet
Inheritance Hierarchy
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
BlueprintReadWrite
EditAnywhere
Category="LearningAgents"
RenderSize
FVector2D
LearningAgentsDepthMapVisualizer.h
BlueprintReadWrite
EditAnywhere
Category="LearningAgents"
Protected
Functions
Public
Name
Remarks
Include Path
Unreal Specifiers
virtual void TickComponent
(
float DeltaTime,
ELevelTick TickType,
FActorComponentTickFunction* ThisTickFunction
)
LearningAgentsDepthMapVisualizer.h
Protected