The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "Native"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (Redirect to the modifier description.)
 
(changed to disambiguation page)
 
Line 1: Line 1:
#REDIRECT [[Class#Native_implementation_modifiers]]
+
{{disambig}}
 +
The keyword '''native''' is used as modifier in:
 +
* [[Classes#Native implementation modifiers|Classes]],
 +
* [[Interfaces#Interface modifiers|Interfaces]],
 +
* [[Structs#Other modifiers|Structs]],
 +
* [[Variables#Other modifiers|Variables]] and
 +
* [[Functions#Native implementation modifiers|Functions]] (including operators)
 +
to specify that additional behavior is implemented in [[native code]].

Latest revision as of 03:11, 9 August 2010

The keyword native is used as modifier in:

to specify that additional behavior is implemented in native code.