Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets
| Name | FPropertyValueFactory |
| Type | class |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h |
| Include Path | #include "Framework/PropertyViewer/PropertyValueFactory.h" |
Syntax
class FPropertyValueFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Framework/PropertyViewer/PropertyValueFactory.h | |||
FPropertyValueFactory
(
const FPropertyValueFactory& |
Framework/PropertyViewer/PropertyValueFactory.h |
Structs
| Name | Remarks |
|---|---|
| FGenerateArgs | |
| FHandle |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGenerate | TBaseDelegate_OneParam< TSharedPtr< SWidget >, FGenerateArgs > | Framework/PropertyViewer/PropertyValueFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TPimplPtr< Private::FPropertyValueFactoryImpl > | Framework/PropertyViewer/PropertyValueFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< SWidget > Generate
(
FGenerateArgs Args |
Framework/PropertyViewer/PropertyValueFactory.h | ||
TSharedPtr< SWidget > GenerateDefault
(
FGenerateArgs Args |
Framework/PropertyViewer/PropertyValueFactory.h | ||
bool HasCustomPropertyValue
(
const FFieldClass* Property |
Framework/PropertyViewer/PropertyValueFactory.h | ||
bool HasCustomPropertyValue
(
const UStruct* Struct |
Framework/PropertyViewer/PropertyValueFactory.h | ||
FHandle Register
(
const FFieldClass* Field, |
Framework/PropertyViewer/PropertyValueFactory.h | ||
| Framework/PropertyViewer/PropertyValueFactory.h | |||
void Unregister
(
FHandle Handle |
Framework/PropertyViewer/PropertyValueFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FHandle MakeHandle() |
Framework/PropertyViewer/PropertyValueFactory.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyValueFactory & operator=
(
const FPropertyValueFactory& |
Framework/PropertyViewer/PropertyValueFactory.h |