FCategorySectionHelper

Unreal Engine C++ API Reference > Editor > Kismet

Inheritance Hierarchy

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h
Include #include "ImaginaryBlueprintData.h"

Syntax

class FCategorySectionHelper : public [FImaginaryFiBData](API\Editor\Kismet\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
FCategorySectio... 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, TMap< int32, FText >* InLookup..., FText InCategoryName, bool bInTagAndValueCategory )  
  FCategorySectionHelper ( FImaginaryFiBDataWeakPtr InOuter, TSharedPtr< FJsonObject > InUnparse..., TMap< int32, FText >* InLookup..., FText InCategoryName, bool bInTagAndValueCategory )  
  FCategorySectionHelper ( FImaginaryFiBDataWeakPtr InOuter, TSharedPtr< FJsonObject > InUnparse..., TMap< int32, FText >* InLookup..., FText InCategoryName, bool bInTagAndValueCategory, FCategorySectionHelperCallback InSp... )  

Functions

Type Name Description
FString GetCategoryFunctionName () End FImaginaryFiBData Interface Returns the category name prepared for checking as a function

Overridden from FImaginaryFiBData

Type Name Description
bool CanCallFilter ( ESearchQueryFilter InSearchQueryFil... ) Checks if the filter can call functions for the passed filter, returns FALSE by default if the filter is not the AllFilter
FSearchResul... CreateSearchResult_Internal ( FSearchResult InTemplate ) FImaginaryFiBData Interface
void DumpParsedObject_Internal ( FArchive& Ar ) Internal helper function for dumping parsed object info
bool IsCategory () FImaginaryFiBData Interface
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
void ParseAllChildData_Internal ( ESearchableValueStatus InSearchabil... ) 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library