In this video, we focus on text related tasks like subtitles and Titles for movies… The SceneEditableTextWidget is what you can use to ensure your changes are serialized/saved properly.
Hi, it works with UMG Blueprints directly. If you want to use the Widget Component , add the Widget Component to an AActor and then add the actor to level sequence.
What this plugin is takes your 2D UMG widgets and adds them to the level sequence.
I bought your very expensive plugin (the price is outrageous). Why is my widget the correct size in the viewport, but much smaller in the render? It also seems to depend on the video resolution.
Hi, Before purchasing the UMG Cinematics plugin, I wanted to ask about Unreal Engine 5.7 compatibility. The listing currently shows support up to UE 5.6.
Is UE 5.7 support planned in an upcoming update, or is manual porting expected? Thanks in advance!
Launched The PRO version here with an upgrade path.
In the pro version you can animate properties that are directly within the Widget Blueprint and not limited to the Opacity and Translation only. Eg you can add a “Volume” or Fill variable and you will be able to control and animate it from level sequences.
Also updated In Both versions LITE and PRO. You can now see Widgets without going into simulate mode.
Does this have support for PS5? I’m using it in my game (fairly large team, it was already being used when I joined) and I got errors of this kind when cooking:
Failed to cook <asset name> for platform PS5. It imports class /Script/UMGSequencer.UMGSceneSection, which is in a module that is not available on the platform.
So I tried adding "PS5" as a supported platform in UMGCinematics.uplugin, both under "SupportedPlatforms" and under "PlatformAllowList" for each of the modules. This fixed the cook error, but now I’m having these errors when running the executable on the dev kit:
21:50:44 LogPluginManager: Error: Unable to load plugin 'UMGCinematics'. It was requested by Enabled plugins in .uproject for , but is missing on disk. Aborting. Looked in these locations for .uplugin files:
21:50:44 Manifest: ../../../mygame/plugins/mygame.upluginmanifest
21:50:44 PluginsDir: ../../../mygame/mods/
21:50:44 PakFiles: ../../../mygame/content/paks
21:50:44 GEngineLoop.PreInit Failed!