In the Matinee documentation there is a reference to turning on or off a track Active Condition setting relating to gore. It says “Sets when the track should be enabled; always, when gore is enabled, or when gore is disabled”. I can’t find any other reference to gore in a search of all the documentation. How do you enable it? Blueprint? Setting somewhere?
One place to enable it is on the Matinee “View” menu. (View → Gore).
Gore is a important setting when targeting regions like Germany where you have stricter laws (the German indexing process) for violent games, the gore setting will be set to ‘false’ in such cases to conform to the USK guidelines.
By default the settings is set to true in-game always, so if you are required to add a gore settings you have to re-implement the AGameState::ShouldShowGore method. Many games add a user setting so the user can enable/disable it while in regions like Germany it remains disabled (if you have to avoid the USK indexing process).