#include <lib_description.h>
Message struct for the MSG_DESCRIPTION_ALLOWOVERRIDE message. 
- Since
 - R17.032 
 
- See also
 - Take System Messages. 
 
 
◆ DescriptionAllowOverride()
Default constructor. 
- Parameters
 - 
  
    | [in] | takeData | The take system context. The caller owns the pointed TakeData.  | 
    | [in] | overrideTake | The take asking for the override. The caller owns the pointed BaseTake.  | 
    | [in] | descId | The description ID to be overridden.  | 
  
   
 
 
◆ _takeData
Take system context. Cinema 4D owns the pointed TakeData. 
 
 
◆ _overrideTake
Take asking for the override. 
 
 
◆ _descId
Description ID to be overridden. 
 
 
◆ _parent
Parent node if the override must be assigned to it and not to the original node. Especially useful in case of branched structures. 
 
 
◆ _parentId
If _parent is set also a translated parameter ID needs to be set. 
 
 
◆ _allow
true if the parameter can be overridden, otherwise false. 
 
 
◆ _overrideEnabled
true if the global switch allows the override, otherwise false.