FindInBlueprintsHelpers::GetPinTypeAsString

Retrieves the pin type as a string value

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "FindInBlueprints.h"

Source

/Engine/Source/Editor/Kismet/Private/FindInBlueprints.cpp

Syntax

namespace FindInBlueprintsHelpers
{
    FString FindInBlueprintsHelpers::GetPinTypeAsString
    (
        const FEdGraphPinType & InPinType
    )
}

Remarks

Retrieves the pin type as a string value

Returns

The pin type as a string in format [category]'[sub-category object]'

Parameters

Parameter

Description

InPinType

The pin type to look at

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