Navigation
Unreal Engine C++ API Reference > Plugins > LiveLinkGraphNode > UK2Node_EvaluateLiveLinkFrame
- UEdGraphNode::AllocateDefaultPins()
- UK2Node_EvaluateLiveLinkFrame::AllocateDefaultPins()
References
Module | LiveLinkGraphNode |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkGraphNode/Public/K2Node_EvaluateLiveLinkFrame.h |
Include | #include "K2Node_EvaluateLiveLinkFrame.h" |
Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkGraphNode/Private/K2Node_EvaluateLiveLinkFrame.cpp |
virtual void AllocateDefaultPins&40;&41;
Remarks
Allocate default pins for a given node, based only the NodeType, which should already be filled in. true if the pin creation succeeds, false if there was a problem (such a failure to find a function when the node is a function call).