UEdGraphSchema::SupportsPinTypeContainer

Returns true if the schema supports the pin type through the schema action

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::SupportsPinTypeContainer()

UControlRigGraphSchema::SupportsPinTypeContainer()

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool SupportsPinTypeContainer
(
    TWeakPtr< const FEdGraphSchemaAction > SchemaAction,
    const FEdGraphPinType & PinType,
    const EPinContainerType & ContainerType
) const

Remarks

Returns true if the schema supports the pin type through the schema action