ArticySoftware / Articy3ImporterForUnreal

Articy Importer plugin for the Unreal Engine 4 and Unreal Engine 5 (work in progress).
MIT License
98 stars 39 forks source link

setProp with string properties fails to compile C++ in UE5. #69

Closed apetribegames closed 2 years ago

apetribegames commented 2 years ago

Using an Expresso instruction in Articy ( such as setProp(getObj("Quest1"), "Quest_Properties.Description", "hello") ) fails to compile C++ in UE5. I get a popup message within the UE5 editor saying:

"Aborting import process. No cache available to restore. Deleting import asset but leaving generated code intact. Please delete manually in Source/ArticyGenerated if necessary and rebuild. Reason: OtherCompilationError."

Using setProp for boolean or integer properties appears to work just fine.

christian-schildt commented 2 years ago

Hi,

Thanks for reporting this issue! I was able to reproduce it and we will take a closer look at it soon.

Best regards, Christian