Blender  V3.3
Public Types | Public Attributes | List of all members
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 62 of file NOD_socket_search_link.hh.

Member Typedef Documentation

◆ LinkSocketFn

Definition at line 63 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: