8,484
edits
Paradox-01 (talk | contribs)  (dynamic text, ok fine, but how do I set image to "none" ?)  | 
				Paradox-01 (talk | contribs)  m (Code management)  | 
				||
| Line 239: | Line 239: | ||
===Selected knowledge===  | ===Selected knowledge===  | ||
Whenever you edited a Blueprint: compile (F7) and save (Ctrl + S).  | Whenever you edited a Blueprint: compile (F7) and save (Ctrl + S).  | ||
====Code management====  | |||
In order to sort things and avoid code duplication I'm tring to spit things for now the following way:  | |||
* game related code goes to the Game Instance  | |||
* player realted code such as keyboard inputs go to a custom Player Controller  | |||
* AI related code goes to the ONCC component blueprint  | |||
====Videos====  | ====Videos====  | ||
edits