Navigation
API > API/Plugins > API/Plugins/LearningAgents
| Name | FDepthMapConfig |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsDepthMapComponent.h |
| Include Path | #include "LearningAgentsDepthMapComponent.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FDepthMapConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AspectRatio | float | LearningAgentsDepthMapComponent.h |
|
|
| bInvertEncoding | bool | LearningAgentsDepthMapComponent.h |
|
|
| FrustumOffset | FVector | LearningAgentsDepthMapComponent.h |
|
|
| Height | int32 | LearningAgentsDepthMapComponent.h |
|
|
| HorizontalFOV | float | LearningAgentsDepthMapComponent.h |
|
|
| MaxDistance | float | LearningAgentsDepthMapComponent.h |
|
|
| Width | int32 | LearningAgentsDepthMapComponent.h |
|