Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtilsEditor > API/Plugins/PropertyBindingUtilsEditor/FCachedBindingData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetPinTypeAndIconForProperty
(
const FProperty& InProperty, |
PropertyBindingExtension.h | ||
virtual bool GetPinTypeAndIconForProperty
(
const FProperty& InProperty, |
PropertyBindingExtension.h |
GetPinTypeAndIconForProperty(const FProperty &, FPropertyBindingDataView, FEdGraphPinType &, FName &)
| Name | GetPinTypeAndIconForProperty |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtilsEditor/Public/PropertyBindingExtension.h |
| Include Path | #include "PropertyBindingExtension.h" |
| Source | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtilsEditor/Private/PropertyBindingExtension.cpp |
virtual bool GetPinTypeAndIconForProperty
(
const FProperty & InProperty,
FPropertyBindingDataView InTargetDataView,
FEdGraphPinType & OutPinType,
FName & OutIconName
) const
GetPinTypeAndIconForProperty(const FProperty &, FPropertyBindingDataView, FEdGraphPinType &, const FSlateBrush *&)
| Name | GetPinTypeAndIconForProperty |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtilsEditor/Public/PropertyBindingExtension.h |
| Include Path | #include "PropertyBindingExtension.h" |
| Source | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtilsEditor/Private/PropertyBindingExtension.cpp |
virtual bool GetPinTypeAndIconForProperty
(
const FProperty & InProperty,
FPropertyBindingDataView InTargetDataView,
FEdGraphPinType & OutPinType,
const FSlateBrush *& OutIconBrush
) const