Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- ITextFilterExpressionContext
- TSharedFromThis
- FImaginaryFiBData
- FCategorySectionHelper
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include | #include "ImaginaryBlueprintData.h" |
Syntax
class FCategorySectionHelper : public FImaginaryFiBData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsTagAndValue | TRUE if this category should be considered no different than a normal Tag and Value in it's parent | |
| FText | CategoryName | The display text for this item in the search results | |
| FCategorySectionHelperCallback | SpecialHandlingCallback | End FImaginaryFiBData Interface Callback to specially handle parsing of the Json Object instead of using generic handling |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCategorySectionHelper
(
FImaginaryFiBDataWeakPtr InOuter, |
|||
FCategorySectionHelper
(
FImaginaryFiBDataWeakPtr InOuter, |
|||
FCategorySectionHelper
(
FImaginaryFiBDataWeakPtr InOuter, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | End FImaginaryFiBData Interface Returns the category name prepared for checking as a function |
Overridden from FImaginaryFiBData
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCallFilter
(
ESearchQueryFilter InSearchQueryFilter |
Checks if the filter can call functions for the passed filter, returns FALSE by default if the filter is not the AllFilter | |
| FSearchResult | CreateSearchResult_Internal
(
FSearchResult InTemplate |
FImaginaryFiBData Interface | |
| void | DumpParsedObject_Internal
(
FArchive& Ar |
Internal helper function for dumping parsed object info | |
| bool | IsCategory () |
FImaginaryFiBData Interface | |
| bool | Returns TRUE if this item is considered a Tag and Value category, where it's contents should be considered no different than the parent owner | ||
| void | ParseAllChildData_Internal
(
ESearchableValueStatus InSearchabilityOverride |
Internal version of the ParseAllChildData function, handles the bulk of the work |
Typedefs
| Name | Description |
|---|---|
| FCategorySectionHelperCallback | Callback declaration for handling special parsing of the items in the category |