Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/Widgets > API/Runtime/AdvancedWidgets/Widgets/PropertyViewer > API/Runtime/AdvancedWidgets/Widgets/PropertyViewer/SFieldName
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SFieldName::FArguments
References
| Module | AdvancedWidgets |
| Header | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h |
| Include | #include "Widgets/PropertyViewer/SFieldName.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SFieldName >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | _bSanitizeName | ||
| bool | _bShowIcon |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | bSanitizeName
(
bool InArg |
Sanitize the property name. | |
| WidgetArgsType & | bShowIcon
(
bool InArg |
Show the class icon or the color that correspond to the property type. | |
| WidgetArgsType & | HighlightText
(
const TAttribute< FText >& InAttribute |
The current highlighted text. | |
| WidgetArgsType & | OverrideDisplayName
(
TOptional< FText > InArg |
Override the DisplayName of the container name. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |