Commit Graph

5 Commits

Author SHA1 Message Date
Jaroslaw Surowiec
5069267158 ScriptPlugin - Added missing include
[CL 2068579 by Jaroslaw Surowiec in Main branch]
2014-05-09 16:13:29 -04:00
Robert Manuszewski
e24d3eb886 Script plugin improvements: functions are now called with ProcessEvent, properties are being exported too, new test actor class, BeginPlay event.
[CL 2068162 by Robert Manuszewski in Main branch]
2014-05-09 10:52:27 -04:00
Robert Manuszewski
b0496895be Don't tick ScriptComponent in editor (also don't attempt to initialize scripts in non-game worlds)
[CL 2063533 by Robert Manuszewski in Main branch]
2014-05-05 11:30:10 -04:00
Robert Manuszewski
a2c48ace8a CIS Fixes (Script plugin related)
[CL 2058656 by Robert Manuszewski in Main branch]
2014-04-29 09:10:44 -04:00
Robert Manuszewski
212c47eec9 Support for scripting language integrations via plugins. Experimental Lua integration.
- Added program-only plugin support and made UHT script plugin aware
- Added 3 generic script plugins with experimental Lua integration: ScriptGeneratorPlugin (UHT), ScriptPlugin (Engine), ScriptEditorPlugin (Editor-side)
- Lua integration is disabled by default

[CL 2058611 by Robert Manuszewski in Main branch]
2014-04-29 06:45:18 -04:00