Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintEditorUtils
| Type | Name | Description | |
|---|---|---|---|
| bool | IsUsableWidgetClass
(
const UClass* WidgetClass |
This function has been deprecated. Use the version of IsUsableWidgetClass that takes a second argument of TSharedRef |
|
| TValueOrError< FUsableWidgetClassResult, void > | IsUsableWidgetClass
(
const FAssetData& WidgetAsset |
This function has been deprecated. Use the version of IsUsableWidgetClass that takes a second argument of TSharedRef |
|
| bool | IsUsableWidgetClass
(
const UClass* WidgetClass, |
||
| TValueOrError< FUsableWidgetClassResult, void > | IsUsableWidgetClass
(
const FAssetData& WidgetAsset, |
This function has been deprecated. Use the version of IsUsableWidgetClass that takes a second argument of TSharedRef |