Navigation
API > API/Runtime > API/Runtime/UMG
| Name | UTextBinding |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Binding/TextBinding.h |
| Include Path | #include "Binding/TextBinding.h" |
Syntax
UCLASS (MinimalAPI)
class UTextBinding : public UPropertyBinding
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPropertyBinding → UTextBinding
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NeedsConversion | TOptional< EConversion > | Binding/TextBinding.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetStringValue() |
Binding/TextBinding.h | ||
FText GetTextValue() |
Binding/TextBinding.h |
Overridden from UPropertyBinding
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Bind
(
FProperty* Property, |
Binding/TextBinding.h | ||
virtual bool IsSupportedDestination
(
FProperty* Property |
Binding/TextBinding.h | ||
virtual bool IsSupportedSource
(
FProperty* Property |
Binding/TextBinding.h |