There is no spoon

Difference between revisions of "NoExport"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (Redirect to the modifier description.)
 
m (Changed to disambig page because of use as variable and class modifier.)
 
Line 1: Line 1:
#REDIRECT [[Class#Native_implementation_modifiers]]
+
{{disambig}}
 +
The keyword '''NoExport''' is used:
 +
* as a modifier for preventing a [[variable]]'s value from being [[Variables#Other_modifiers|exported]] to clipboard, T3D or script
 +
* as a modifier for preventing [[Class|classes]] headers from being [[Class#Native_implementation_modifiers|exported]] to native classes

Latest revision as of 16:15, 17 July 2010

The keyword NoExport is used:

  • as a modifier for preventing a variable's value from being exported to clipboard, T3D or script
  • as a modifier for preventing classes headers from being exported to native classes