UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SDefaultPropertyValue.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
8
9
10namespace UE::PropertyViewer
11{
12
15{
16public:
18
19public:
23
24 ADVANCEDWIDGETS_API void Construct(const FArguments& InArgs);
25
27 FText GetText() const;
28
29 FPropertyPath Path;
30};
31
32} //namespace
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
Definition Text.h:385
Definition SCompoundWidget.h:22
Definition SharedPointer.h:692
Definition SDefaultPropertyValue.h:15
static ADVANCEDWIDGETS_API TSharedPtr< SWidget > CreateInstance(const FPropertyValueFactory::FGenerateArgs Args)
Definition SDefaultPropertyValue.cpp:15
SLATE_BEGIN_ARGS(SDefaultPropertyValue)
Definition SDefaultPropertyValue.h:20
ADVANCEDWIDGETS_API void Construct(const FArguments &InArgs)
Definition SDefaultPropertyValue.cpp:23
Definition FieldIconFinder.cpp:16
Definition PropertyPath.h:27