UEdGraphSchema_K2::IsIndexWildcardCompatible

Returns whether a pin category is compatible with an [Index](API\Runtime\Chaos\Chaos\Index) Wildcard (PC_Wildcard and PSC_Index)

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h
Include #include "EdGraphSchema_K2.h"
bool IsIndexWildcardCompatible
(
    const [FEdGraphPinType](API\Runtime\Engine\EdGraph\FEdGraphPinType) & PinType
) const

Remarks

Returns whether a pin category is compatible with an Index Wildcard (PC_Wildcard and PSC_Index)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library