Native: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
m Redirect to the modifier description. |
changed to disambiguation page |
||
Line 1: | Line 1: | ||
# | {{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
This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. |
The keyword native is used as modifier in:
- Classes,
- Interfaces,
- Structs,
- Variables and
- Functions (including operators)
to specify that additional behavior is implemented in native code.