Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtilsEditor > API/Plugins/PropertyBindingUtilsEditor/FPropertyBindingExtension
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< SWidget > MakeContextStructWidget
(
const FPropertyBindingBindableStructDescriptor& InContextStruct |
PropertyBindingExtension.h | ||
static TSharedRef< SWidget > MakeContextStructWidget
(
TNotNull< const UEdGraphSchema_K2* > Schema, |
PropertyBindingExtension.h |
MakeContextStructWidget(const FPropertyBindingBindableStructDescriptor &)
| Name | MakeContextStructWidget |
| 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 |
static TSharedRef < SWidget > MakeContextStructWidget
(
const FPropertyBindingBindableStructDescriptor & InContextStruct
)
MakeContextStructWidget(TNotNull< const UEdGraphSchema_K2 * >, const FPropertyBindingBindableStructDescriptor &)
| Name | MakeContextStructWidget |
| 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 |
static TSharedRef < SWidget > MakeContextStructWidget
(
TNotNull< const UEdGraphSchema_K2 * > Schema,
const FPropertyBindingBindableStructDescriptor & InContextStruct
)