Blender V5.0
blender::nodes::SocketLinkOperation Struct Reference

#include <NOD_socket_search_link.hh>

Public Types

using LinkSocketFn = std::function<void(LinkSearchOpParams &link_params)>

Public Attributes

std::string name
LinkSocketFn fn
int weight = 0

Detailed Description

Definition at line 67 of file NOD_socket_search_link.hh.

Member Typedef Documentation

◆ LinkSocketFn

using blender::nodes::SocketLinkOperation::LinkSocketFn = std::function<void(LinkSearchOpParams &link_params)>

Definition at line 68 of file NOD_socket_search_link.hh.

Member Data Documentation

◆ fn

LinkSocketFn blender::nodes::SocketLinkOperation::fn

◆ name

std::string blender::nodes::SocketLinkOperation::name

◆ weight

int blender::nodes::SocketLinkOperation::weight = 0

The documentation for this struct was generated from the following file: