Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FAttributeBinder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAttribute< FText > BindText
(
FString ColumnType::* InFStringVariable |
Directly bind an FString member in a TEDS column to an FText attribute as a shortcut | Elements/Framework/TypedElementAttributeBinding.h | |
TAttribute< FText > BindText
(
FName ColumnType::* InFNameVariable |
Directly bind an FName member in a TEDS column to an FText attribute as a shortcut | Elements/Framework/TypedElementAttributeBinding.h | |
TAttribute< FText > BindText
(
const FName& InIdentifier, |
Elements/Framework/TypedElementAttributeBinding.h | ||
TAttribute< FText > BindText
(
const FName& InIdentifier, |
Elements/Framework/TypedElementAttributeBinding.h |
BindText(FString ColumnType::*)
Description
Directly bind an FString member in a TEDS column to an FText attribute as a shortcut
| Name | BindText |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBinding.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBinding.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBinding.inl |
template<TDataColumnType ColumnType>
TAttribute < FText > BindText
(
FString ColumnType::* InFStringVariable
)
A delegate that can be provided to a text widget in Slate (e.g STextBlock)
Parameters
| Name | Remarks |
|---|---|
| InFStringVariable | The FString variable |
| InIdentifier | The identifier for this column if it is a dynamic column, NAME_None if it is not a dynamic column |
BindText(FName ColumnType::*)
Description
Directly bind an FName member in a TEDS column to an FText attribute as a shortcut
| Name | BindText |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBinding.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBinding.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBinding.inl |
template<TDataColumnType ColumnType>
TAttribute < FText > BindText
(
FName ColumnType::* InFNameVariable
)
A delegate that can be provided to a text widget in Slate (e.g STextBlock)
Parameters
| Name | Remarks |
|---|---|
| InFNameVariable | The FName variable |
| InIdentifier | The identifier for this column if it is a dynamic column, NAME_None if it is not a dynamic column |
BindText(const FName &, FString ColumnType::*)
| Name | BindText |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBinding.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBinding.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBinding.inl |
template<TDynamicColumnTemplate ColumnType>
TAttribute < FText > BindText
(
const FName & InIdentifier,
FString ColumnType::* InFStringVariable
)
BindText(const FName &, FName ColumnType::*)
| Name | BindText |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBinding.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBinding.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBinding.inl |
template<TDynamicColumnTemplate ColumnType>
TAttribute < FText > BindText
(
const FName & InIdentifier,
FName ColumnType::* InFNameVariable
)