Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/TProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PropertyType & Get
(
ObjectType& Object |
Get the bound property for the specified object. | Elements/Framework/TypedElementAttributeBindingProperty.h | |
const PropertyType & Get
(
const ObjectType& Object |
Get the bound property for the specified object. | Elements/Framework/TypedElementAttributeBindingProperty.h | |
PropertyType & Get
(
void* Object, |
Get the bound property for this specified object ptr by providing type information about the object. | Elements/Framework/TypedElementAttributeBindingProperty.h | |
const PropertyType & Get
(
const void* Object, |
Get the bound property for this specified object ptr by providing type information about the object. | Elements/Framework/TypedElementAttributeBindingProperty.h |
Get(ObjectType &)
Description
Get the bound property for the specified object.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBindingProperty.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBindingProperty.h" |
template<TDataColumnOrDynamicDataColumnTemplate ObjectType>
PropertyType & Get
(
ObjectType & Object
) const
Get(const ObjectType &)
Description
Get the bound property for the specified object.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBindingProperty.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBindingProperty.h" |
template<TDataColumnOrDynamicDataColumnTemplate ObjectType>
const PropertyType & Get
(
const ObjectType & Object
) const
Get(void *, TWeakObjectPtr< const UScriptStruct >)
Description
Get the bound property for this specified object ptr by providing type information about the object.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBindingProperty.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBindingProperty.h" |
PropertyType & Get
(
void * Object,
TWeakObjectPtr < const UScriptStruct > Type
) const
Get(const void *, TWeakObjectPtr< const UScriptStruct >)
Description
Get the bound property for this specified object ptr by providing type information about the object.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementAttributeBindingProperty.h |
| Include Path | #include "Elements/Framework/TypedElementAttributeBindingProperty.h" |
const PropertyType & Get
(
const void * Object,
TWeakObjectPtr < const UScriptStruct > Type
) const