Navigation
Unreal Engine C++ API Reference > Editor > Kismet > FImaginaryFiBData
- FImaginaryFiBData::TrySpecialHandleJsonValue()
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
Include | #include "ImaginaryBlueprintData.h" |
virtual bool TrySpecialHandleJsonValue ( [FText](API\Runtime\Core\Internationalization\FText) InKey, [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FJsonValue](API\Runtime\Json\Dom\FJsonValue) > InJsonValue )
Remarks
Checks if the Key has any special handling to be done, such as making a Pin out of it TRUE if the JsonValue was specially handled, will not be further handled
Parameters
Name | Description |
---|---|
InKey | Key that the JsonValue was stored under |
InJsonValue | JsonValue to be specially parsed |