PIE crashes. I think it's related to Steam Input somehow. I'd like to skip the Steam Input code if the game is PIE. Is there any way to check for that?
Announcement
Collapse
No announcement yet.
Is there any way for the game to know if it's being played in the editor?
Collapse
X
-
Is there any way for the game to know if it's being played in the editor?
Check out Himeko Sutori, the upcoming tactical RPG where you control armies of over 100 unique characters.Tags: None
-
Kismet has IsPIE, maybe there's an equivalent in UC, but haven't time to look atm...----------------------------------------------------------------------------------------------------------
What are the BEST Unreal Tutorials / Docs? There are none tbh... Here's why
Instead its better to just take projects apart (see the free 'creators' listed here)
-
Thanks everyone. You pointed me exactly where I needed to look. I had something that was crashing PIE, but I was able to get around it by checking this:
Code:class'Engine'.static.GetEngine().GameViewport.bIsPlayInEditorViewport
Check out Himeko Sutori, the upcoming tactical RPG where you control armies of over 100 unique characters.
- 1 like
Comment
Comment