Navigation
API > API/Editor > API/Editor/Kismet
Options to configure the bulk caching task
| Name | FFindInBlueprintCachingOptions |
| Type | struct |
| Header File | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
| Include Path | #include "FindInBlueprintManager.h" |
Syntax
struct FFindInBlueprintCachingOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MinimiumVersionRequirement | EFiBVersion | Minimum version requirement for caching, any Blueprints below this version will be re-indexed | FindInBlueprintManager.h | |
| OnFinished | FSimpleDelegate | Callback for when caching is finished | FindInBlueprintManager.h | |
| OpFlags | EFiBCacheOpFlags | Initial set of control flags | FindInBlueprintManager.h | |
| OpType | EFiBCacheOpType | Type of caching operation | FindInBlueprintManager.h |