Navigation
API > API/Editor > API/Editor/Blutility > API/Editor/Blutility/UAssetActionUtility
Description
Returns whether or not this action is designed to work specifically on Blueprints (true) or on all assets (false). If true, GetSupportedClass() is treated as a filter against the Parent Class of selected Blueprint assets.
Returns the value of bIsActionForBlueprints by default.
| Name | IsActionForBlueprints |
| Type | function |
| Header File | /Engine/Source/Editor/Blutility/Classes/AssetActionUtility.h |
| Include Path | #include "AssetActionUtility.h" |
UFUNCTION (BlueprintPure, BlueprintNativeEvent, Category="Assets")
bool IsActionForBlueprints() const