Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
| Include | #include "FindInBlueprints.h" |
Syntax
enum EFiBIndexAllPermission
{
None,
LoadOnly,
CheckoutAndResave,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Whether the Find-in-Blueprints window allows the user to load and resave all assets with out-of-date Blueprint search metadata.