FAnimBlueprintFunctionPinInfo

Required info for reconstructing a manually specified pin

Unreal Engine C++ API Reference > Editor > AnimGraph

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_LinkedInputPose.h
Include #include "AnimGraphNode_LinkedInputPose.h"

Syntax

struct FAnimBlueprintFunctionPinInfo  

Remarks

Required info for reconstructing a manually specified pin

Variables

Type Name Description
FName Name The name of this parameter
FEdGraphPinType Type The type of this parameter

Constructors

Type Name Description
  FAnimBlueprintFunctionPinInfo ()  
  FAnimBlueprintFunctionPinInfo ( const FName& InName, const FEdGraphPinType& InType )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library