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