Native: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Crusha (talk | contribs)
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 02:11, 9 August 2010

The keyword native is used as modifier in:

to specify that additional behavior is implemented in native code.