Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/TProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Bind
(
PropertyType ObjectType::* Variable |
Bind this property directly. | Elements/Framework/TypedElementAttributeBindingProperty.h | |
| Bind this property using a conversion function. | Elements/Framework/TypedElementAttributeBindingProperty.h |
Bind(PropertyType ObjectType::*)
Description
| Name | Bind |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBindingProperty.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBindingProperty.h" |
template<TDataColumnOrDynamicDataColumnTemplate ObjectType>
void Bind
(
PropertyType ObjectType::* Variable
)
Bind(InputType ObjectType::*, TFunction< PropertyType(const InputType &)>)
Description
Bind this property using a conversion function.
| Name | Bind |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBindingProperty.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBindingProperty.h" |
template<typename InputType, TDataColumnOrDynamicDataColumnTemplate ObjectType>
void Bind
(
InputType ObjectType::* Variable,
TFunction < PropertyType> Converter
)