FImaginaryFiBData::TrySpecialHandleJsonValue

Checks if the Key has any special handling to be done, such as making a Pin out of it

Windows
MacOS
Linux

Override Hierarchy

References

Module

Kismet

Header

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

Include

#include "ImaginaryBlueprintData.h"

Syntax

virtual bool TrySpecialHandleJsonValue
(
    FText InKey,
    TSharedPtr< FJsonValue > InJsonValue
)

Remarks

Checks if the Key has any special handling to be done, such as making a Pin out of it

Returns

TRUE if the JsonValue was specially handled, will not be further handled

Parameters

Parameter

Description

InKey

Key that the JsonValue was stored under

InJsonValue

JsonValue to be specially parsed

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