Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Binding
Inheritance Hierarchy
- UObject
- UPropertyBinding
- UTextBinding
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Binding/TextBinding.h |
| Include | #include "Binding/TextBinding.h" |
Syntax
UCLASS (MinimalAPI)
class UTextBinding : public UPropertyBinding
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| FText | GetTextValue () |
Overridden from UPropertyBinding
| Type | Name | Description | |
|---|---|---|---|
| void | Bind
(
FProperty* Property, |
||
| bool | IsSupportedDestination
(
FProperty* Property |
||
| bool | IsSupportedSource
(
FProperty* Property |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EConversion |