FEdGraphPinType::FEdGraphPinType

Windows
MacOS
Linux

Deprecated

  • Remove this constructor when removing FString version, exists only to resolve ambiguity between FName/FString constructors when TCHAR* supplied

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h

Include

#include "EdGraph/EdGraphPin.h"

Syntax

FEdGraphPinType
(
    FName InPinCategory,
    const TCHAR * InPinSubCategory,
    UObject * InPinSubCategoryObject,
    EPinContainerType InPinContainerType,
    bool bInIsReference,
    const FEdGraphTerminalType & InValueTerminalType
)

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