Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
| Include | #include "FindInBlueprints.h" |
| Source | /Engine/Source/Editor/Kismet/Private/FindInBlueprints.cpp |
namespace FindInBlueprintsHelpers
{
bool FindInBlueprintsHelpers&58;&58;ParsePinType
&40;
FText InKey,
FText InValue,
FEdGraphPinType & InOutPinType
&41;
}
Remarks
Parses a pin type from passed in key names and values TRUE when the parsing is successful
Parameters
| Name | Description |
|---|---|
| InKey | The key name for what the data should be translated as |
| InValue | Value to be be translated |
| InOutPinType | Modifies the PinType based on the passed parameters, building it up over multiple calls |