Navigation
API > API/Editor > API/Editor/Kismet
Whether the Find-in-Blueprints window allows the user to load and resave all assets with out-of-date Blueprint search metadata.
| Name | EFiBIndexAllPermission |
| Type | enum |
| Header File | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
| Include Path | #include "FindInBlueprints.h" |
Syntax
enum EFiBIndexAllPermission
{
None,
LoadOnly,
CheckoutAndResave,
}
Values
| Name | Remarks |
|---|---|
| None | Users may not automatically load all Blueprints with out-of-date search metadata. |
| LoadOnly | Users may automatically load all Blueprints with out-of-date search metadata, but not resave. |
| CheckoutAndResave | Users may automatically checkout, load and resave all Blueprints with out-of-date search metadata. |