Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FAttributeBinder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAttribute< InRetValType > BindEventAttribute
(
TSharedPtr< TDelegate< InRetValType()> > ColumnType::* InVariable, |
Bind an event column to a Slate attribute directly instead of a TDelegate. | Elements/Framework/TypedElementAttributeBinding.h | |
TAttribute< InRetValType > BindEventAttribute
(
const FName& InIdentifier, |
Elements/Framework/TypedElementAttributeBinding.h |
BindEventAttribute(TSharedPtr< TDelegate< InRetValType()> > ColumnType::*, InRetValType)
Description
Bind an event column to a Slate attribute directly instead of a TDelegate.
| Name | BindEventAttribute |
| 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<typename InRetValType, TDataColumnType ColumnType>
TAttribute < InRetValType > BindEventAttribute
(
TSharedPtr < TDelegate < InRetValType> > ColumnType::* InVariable,
InRetValType DefaultValue
)
BindEventAttribute(const FName &, TSharedPtr< TDelegate< InRetValType()> > ColumnType::*, InRetValType)
| Name | BindEventAttribute |
| 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<typename InRetValType, TDynamicColumnTemplate ColumnType>
TAttribute < InRetValType > BindEventAttribute
(
const FName & InIdentifier,
TSharedPtr < TDelegate < InRetValType> > ColumnType::* InVariable,
InRetValType DefaultValue
)