Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/SFieldName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SFieldName.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SFieldName.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SFieldName.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SFieldName.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SFieldName.h |
Construct(const FArguments &, const UClass *)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h |
| Include Path | #include "Widgets/PropertyViewer/SFieldName.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SFieldName.cpp |
void Construct
(
const FArguments & InArgs,
const UClass * Class
)
Construct(const FArguments &, const UScriptStruct *)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h |
| Include Path | #include "Widgets/PropertyViewer/SFieldName.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SFieldName.cpp |
void Construct
(
const FArguments & InArgs,
const UScriptStruct * Struct
)
Construct(const FArguments &, const FProperty *)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h |
| Include Path | #include "Widgets/PropertyViewer/SFieldName.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SFieldName.cpp |
void Construct
(
const FArguments & InArgs,
const FProperty * Property
)
Construct(const FArguments &, const UFunction *)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h |
| Include Path | #include "Widgets/PropertyViewer/SFieldName.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SFieldName.cpp |
void Construct
(
const FArguments & InArgs,
const UFunction * FunctionToDisplay
)
Construct(const FArguments &, const FText &, TSharedPtr< SWidget >)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h |
| Include Path | #include "Widgets/PropertyViewer/SFieldName.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SFieldName.cpp |
void Construct
(
const FArguments & InArgs,
const FText & DisplayName,
TSharedPtr < SWidget > Icon
)