UAnimGraphNode_Base::AddPinSearchMetaDataInfo

Adds node pin data to the search metadata, override to collect more data that may be desirable to search for

Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_Base

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h
Include #include "AnimGraphNode_Base.h"
Source /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp
virtual void AddPinSearchMetaDataInfo
(
    const [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * Pin,
    [TArray](API\Runtime\Core\Containers\TArray)< struct [FSearchTagDataPair](API\Editor\Kismet\FSearchTagDataPair) > & OutTaggedMetaData
) const

Remarks

Adds node pin data to the search metadata, override to collect more data that may be desirable to search for

Parameters

Name Description
Pin The pin for which to gather search meta data
OutTaggedMetaData Built array of tagged meta data for the given pin

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library