FFindInBlueprintSearchManager::ConvertJsonStringToObject

Given a fully constructed Find-in-Blueprint [FString](API\Runtime\Core\Containers\FString) of searchable data, will parse and construct a JsonObject

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "FindInBlueprintManager.h"

Source

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

Syntax

static TSharedPtr< class FJsonObject > ConvertJsonStringToObject
(
    FSearchDataVersionInfo InVersionInfo,
    FString InJsonString,
    TMap< int32, FText > & OutFTextLookupTable
)

Remarks

Given a fully constructed Find-in-Blueprint FString of searchable data, will parse and construct a JsonObject

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