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
{
FString FindInBlueprintsHelpers&58;&58;GetPinTypeAsString
&40;
const FEdGraphPinType & InPinType
&41;
}
Remarks
Retrieves the pin type as a string value The pin type as a string in format [category]'[sub-category object]'
Parameters
| Name | Description |
|---|---|
| InPinType | The pin type to look at |