Navigation
API > API/Editor > API/Editor/EditorFramework > API/Editor/EditorFramework/SDepthBar
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorFramework/Public/Viewports/SDepthBar.h |
| Include Path | #include "Viewports/SDepthBar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDepthBar >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SDepthBar > → SDepthBar::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Viewports/SDepthBar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Viewports/SDepthBar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DepthSpace
(
const TAttribute< TOptional< FDepthSpace > >& InAttribute |
Viewports/SDepthBar.h | ||
WidgetArgsType & FarPlane
(
const TAttribute< TOptional< double > >& InAttribute |
Viewports/SDepthBar.h | ||
WidgetArgsType & Mode
(
const TAttribute< EMode >& InAttribute |
Viewports/SDepthBar.h | ||
WidgetArgsType & NearPlane
(
const TAttribute< TOptional< double > >& InAttribute |
Viewports/SDepthBar.h | ||
WidgetArgsType & OnFarPlaneChanged
(
const FOnDepthChanged& InDelegate |
Viewports/SDepthBar.h | ||
WidgetArgsType & OnNearPlaneChanged
(
const FOnDepthChanged& InDelegate |
Viewports/SDepthBar.h | ||
SLATE_SLOT_ARGUMENT
(
SDepthBar::FDepthIndicatorSlot, |
Viewports/SDepthBar.h |