FindInBlueprintsHelpers::ParsePinType

Parses a pin type from passed in key names and values

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
{
    bool FindInBlueprintsHelpers::ParsePinType
    (
        FText InKey,
        FText InValue,
        FEdGraphPinType & InOutPinType
    )
}

Remarks

Parses a pin type from passed in key names and values

Returns

TRUE when the parsing is successful

Parameters

Parameter

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

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