UEdGraphSchema_K2::ConvertPropertyToPinType

Convert the type of a [FProperty](API\Runtime\CoreUObject\UObject\FProperty) to the corresponding pin type.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp

Syntax

bool ConvertPropertyToPinType
(
    const FProperty * Property,
    FEdGraphPinType & TypeOut
) const

Remarks

Convert the type of a FProperty to the corresponding pin type.

Returns

true on success, false if the property is unsupported or invalid.

Parameters

Parameter

Description

Property

The property to convert.

TypeOut

The resulting pin type.

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