FImaginaryFiBData::TestBasicStringExpression

Test the given value against the strings extracted from the current item.

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "ImaginaryBlueprintData.h"

Source

/Engine/Source/Editor/Kismet/Private/ImaginaryBlueprintData.cpp

Syntax

virtual bool TestBasicStringExpression
(
    const FTextFilterString & InValue,
    const ETextFilterTextComparisonMode InTextComparisonMode,
    TMultiMap< const FImaginaryFiBData *, FComponentUniqueDisplay > & InOutMatchingSearchComponents
) const

Remarks

Test the given value against the strings extracted from the current item. Will return the matching search components if any (can return TRUE without having any if the search components are hidden)

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