Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. the example patches only have FieldOverrides and ArrayPatches, but these will throw an exception, you actually also need to have empty ComponentsPatches as well
2. you can't patch some fields (probably the same fields that you can't override in the blueprint editor), you get an exception like this:
(I tried using serialized json and plain object as the FieldValue in the patch, both fail to be converted)
e.g.
for this patch:
But I really wish the normal blueprint patch/replacement system was more generic and better supported, as I think it's cleaner and more approachable for normal people.