Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FImaginaryFiBData
- FImaginaryFiBData::TrySpecialHandleJsonValue()
- FFiBMetaData::TrySpecialHandleJsonValue()
- FImaginaryBlueprint::TrySpecialHandleJsonValue()
- FImaginaryGraph::TrySpecialHandleJsonValue()
- FImaginaryGraphNode::TrySpecialHandleJsonValue()
- FImaginaryPin::TrySpecialHandleJsonValue()
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include | #include "ImaginaryBlueprintData.h" |
virtual bool TrySpecialHandleJsonValue
&40;
FText InKey,
TSharedPtr< FJsonValue > InJsonValue
&41;
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 |