Blender V4.3
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 65 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 66 of file NOD_socket_search_link.hh.

Member Data Documentation

◆ fn

LinkSocketFn blender::nodes::SocketLinkOperation::fn

◆ name

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

Definition at line 68 of file NOD_socket_search_link.hh.

◆ weight

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

Definition at line 70 of file NOD_socket_search_link.hh.


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