Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
| Include | #include "FindInBlueprintManager.h" |
Syntax
enum EAddOrUpdateBlueprintSearchMetadataFlags
{
None = 0,
ForceRecache = 1 << 0,
ClearCachedValue = 1 << 1,
}
Values
| Name | Description |
|---|---|
| None | |
| ForceRecache | Forces the Blueprint to be recache'd, regardless of what data it believes exists |
| ClearCachedValue | Clear any cached data value for this Blueprint |
Remarks
Options for FFindInBlueprintSearchManager::AddOrUpdateBlueprintSearchMetadata()