FCategorySectionHelper

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h

Include

#include "ImaginaryBlueprintData.h"

Syntax

class FCategorySectionHelper : public FImaginaryFiBData

Variables

Name Description

Protected variable

bool

 

bIsTagAndValue

TRUE if this category should be considered no different than a normal Tag and Value in it's parent

Protected variable

FText

 

CategoryName

The display text for this item in the search results

Protected variable

FCategorySectio...

 

SpecialHandlingCallback

End FImaginaryFiBData Interface Callback to specially handle parsing of the Json Object instead of using generic handling

Constructors

Name Description

Public function

FCategorySectionHelper

(
    FImaginaryFiBDataWeakPtr InOuter,
    TMap< int32, FText >* InLookup...,
    FText InCategoryName,
    bool bInTagAndValueCategory
)

Public function

FCategorySectionHelper

(
    FImaginaryFiBDataWeakPtr InOuter,
    TSharedPtr< FJsonObject > InUnparse...,
    TMap< int32, FText >* InLookup...,
    FText InCategoryName,
    bool bInTagAndValueCategory
)

Public function

FCategorySectionHelper

(
    FImaginaryFiBDataWeakPtr InOuter,
    TSharedPtr< FJsonObject > InUnparse...,
    TMap< int32, FText >* InLookup...,
    FText InCategoryName,
    bool bInTagAndValueCategory,
    FCategorySectionHelperCallback InSp...
)

Functions

Name Description

Public function Const

FString

 

GetCategoryFunctionName()

End FImaginaryFiBData Interface Returns the category name prepared for checking as a function

Overridden from FImaginaryFiBData

Name Description

Public function Virtual Const

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

Protected function Virtual Const

FSearchResul...

 

CreateSearchResult_Internal

(
    FSearchResult InTemplate
)

FImaginaryFiBData Interface

Protected function Virtual Const

void

 

DumpParsedObject_Internal

(
    FArchive& Ar
)

Internal helper function for dumping parsed object info

Public function Virtual Const

bool

 

IsCategory()

FImaginaryFiBData Interface

Public function Virtual Const

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

Protected function Virtual

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss