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 GetPtr () |
PropertyBindingDataView.h | ||
TEnableIfTIsDerivedFrom< T, UObject >::IsDerived &&!TIsIInterface< T >::Value, constT * >::Type GetPtr () |
PropertyBindingDataView.h | ||
TEnableIf< TIsIInterface< T >::Value, constT * >::Type GetPtr () |
PropertyBindingDataView.h |
GetPtr()
| Name | GetPtr |
| 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 GetPtr() const
GetPtr()
| Name | GetPtr |
| 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 GetPtr() const
GetPtr()
| Name | GetPtr |
| 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 GetPtr() const