Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingDataView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnableIf< TIsDerivedFrom< T, UObject >::IsDerived, constT & >::Type Get () |
UObject getters (reference & pointer, const & mutable) | PropertyBindingDataView.h | |
TEnableIfTIsDerivedFrom< T, UObject >::IsDerived &&!TIsIInterface< T >::Value, constT & >::Type Get () |
Struct getters (reference & pointer, const & mutable) | PropertyBindingDataView.h | |
TEnableIf< TIsIInterface< T >::Value, constT & >::Type Get () |
IInterface getters (reference & pointer, const & mutable) | PropertyBindingDataView.h |
Get()
Description
UObject getters (reference & pointer, const & mutable)
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingDataView.h |
| Include Path | #include "PropertyBindingDataView.h" |
template<typename T>
TEnableIf < TIsDerivedFrom < T, UObject >::IsDerived, constT & >::Type Get() const
Get()
Description
Struct getters (reference & pointer, const & mutable)
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingDataView.h |
| Include Path | #include "PropertyBindingDataView.h" |
template<typename T>
TEnableIf <!TIsDerivedFrom < T, UObject >::IsDerived &&!TIsIInterface < T >::Value , constT & >::Type Get() const
Get()
Description
IInterface getters (reference & pointer, const & mutable)
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingDataView.h |
| Include Path | #include "PropertyBindingDataView.h" |
template<typename T>
TEnableIf < TIsIInterface < T >::Value , constT & >::Type Get() const