Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/SPropertyViewer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/PropertyViewer/SPropertyViewer.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SPropertyViewer.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SPropertyViewer.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SPropertyViewer.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SPropertyViewer.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/PropertyViewer/SPropertyViewer.h |
Construct(const FArguments &)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h |
| Include Path | #include "Widgets/PropertyViewer/SPropertyViewer.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SPropertyViewer.cpp |
void Construct
(
const FArguments & InArgs
)
Construct(const FArguments &, const UScriptStruct *)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h |
| Include Path | #include "Widgets/PropertyViewer/SPropertyViewer.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SPropertyViewer.cpp |
void Construct
(
const FArguments & InArgs,
const UScriptStruct * Struct
)
Construct(const FArguments &, const UClass *)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h |
| Include Path | #include "Widgets/PropertyViewer/SPropertyViewer.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SPropertyViewer.cpp |
void Construct
(
const FArguments & InArgs,
const UClass * Class
)
Construct(const FArguments &, UObject *)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h |
| Include Path | #include "Widgets/PropertyViewer/SPropertyViewer.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SPropertyViewer.cpp |
void Construct
(
const FArguments & InArgs,
UObject * ObjectInstance
)
Construct(const FArguments &, const UFunction *)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h |
| Include Path | #include "Widgets/PropertyViewer/SPropertyViewer.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SPropertyViewer.cpp |
void Construct
(
const FArguments & InArgs,
const UFunction * Function
)
Construct(const FArguments &, const UScriptStruct , void )
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h |
| Include Path | #include "Widgets/PropertyViewer/SPropertyViewer.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Widgets/PropertyViewer/SPropertyViewer.cpp |
void Construct
(
const FArguments & InArgs,
const UScriptStruct * Struct,
void * Data
)