Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCompileAllBlueprintsCommandlet
Description
Checks if the passed in asset is included in the allow list. @Param Asset Asset to check against the allow list @Return True if the asset is in the list. False otherwise.
| Name | IsAssetAllowed |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/CompileAllBlueprintsCommandlet.h |
| Include Path | #include "Commandlets/CompileAllBlueprintsCommandlet.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/CompileAllBlueprintsCommandlet.cpp |
virtual bool IsAssetAllowed
(
FAssetData const & Asset
) const