VRay SDK for C++
Loading...
Searching...
No Matches
VRay::LiveLinkServerOptions Struct Reference

Public Member Functions

 LiveLinkServerOptions (const LiveLinkServerOptions &options)=default
 
 LiveLinkServerOptions (LiveLinkServerOptions &&options)=default
 
LiveLinkServerOptionsoperator= (const LiveLinkServerOptions &options)=default
 
LiveLinkServerOptionsoperator= (LiveLinkServerOptions &&options)=default
 
void swap (LiveLinkServerOptions &options)
 

Public Attributes

union {
   struct {
      bool   noRenderLicensePreCheck: 1
 Do not check if RenderNode license is available when creating the server (it's always checked when rendering is started), default: false.
 
   } 
 
   int   flags
 
}; 
 
int portNumber
 Which port to accept connections on (leave at 0 for default - 20207 (DR1) or 20209 (DR2))
 

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