Navigation
API > API/Editor > API/Editor/Kismet
| Name | FCategorySectionHelper |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include Path | #include "ImaginaryBlueprintData.h" |
Syntax
class FCategorySectionHelper : public FImaginaryFiBData
Inheritance Hierarchy
- TSharedFromThis< FImaginaryFiBData, ESPMode::ThreadSafe > → FImaginaryFiBData → FCategorySectionHelper
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCategorySectionHelper
(
FImaginaryFiBDataWeakPtr InOuter, |
ImaginaryBlueprintData.h | ||
FCategorySectionHelper
(
FImaginaryFiBDataWeakPtr InOuter, |
ImaginaryBlueprintData.h | ||
FCategorySectionHelper
(
FImaginaryFiBDataWeakPtr InOuter, |
ImaginaryBlueprintData.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCategorySectionHelperCallback | TBaseDelegate_TwoParams< void, TSharedPtr< FJsonObject >, TArray< FImaginaryFiBDataSharedPtr > & > | Callback declaration for handling special parsing of the items in the category | ImaginaryBlueprintData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetCategoryFunctionName() |
End FImaginaryFiBData Interface Returns the category name prepared for checking as a function | ImaginaryBlueprintData.h | |
FString GetCategoryPath () |
Recursively visits outer categories and constructs a path name: Outermost.Outer.ThisCategoryName. | ImaginaryBlueprintData.h |
Overridden from FImaginaryFiBData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual 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 | ImaginaryBlueprintData.h | |
virtual bool IsCategory() |
FImaginaryFiBData Interface | ImaginaryBlueprintData.h | |
virtual bool IsTagAndValueCategory() |
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 | ImaginaryBlueprintData.h |
Protected
Overridden from FImaginaryFiBData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSearchResult CreateSearchResult_Internal
(
FSearchResult InTemplate |
FImaginaryFiBData Interface | ImaginaryBlueprintData.h | |
virtual void DumpParsedObject_Internal
(
FArchive& Ar |
Internal helper function for dumping parsed object info | ImaginaryBlueprintData.h | |
virtual void ParseAllChildData_Internal
(
ESearchableValueStatus InSearchabilityOverride |
Internal version of the ParseAllChildData function, handles the bulk of the work | ImaginaryBlueprintData.h |