RenderStream plugin for Unreal Engine

Overview
Comments
  • Maps workflow in 1.29_v1

    Maps workflow in 1.29_v1

    Hi,

    Is the map selection workflow working properly in 1.29? We had to update to 1.29 for r20.3 (preview) and it doesn't looks like the plugin generates the maps .json. I tried manually creating it and while it works for the default map, additional maps just dont work at all - returning an "INVALID" argument in d3.

    opened by noxy-k 10
  • Adding CineCameraActor as a child of another actor

    Adding CineCameraActor as a child of another actor

    I am trying to create an experience where the camera will fly across the globe and give the physical camera controlling the disguiese/cine camera freedom to do small movements or rotations while the overall experience still is flying across the globe.

    I thought this seemed easiest to put the CineCameraActor with the RenderStreamDefinition as a child to an Actor that will actually move across the globe. However, I seem to have a misunderstanding of how the CineCameraActor is inheriting rotation from the Parent Actor which is resulting the image being shown on the XR stage to not be in the direction/position I am expecting it to be.

    I need to figure this out within the next couple of days so any information will be greatly appreciated.

    Here is a gif of the CineCameraActor moving thru the Himalayas in editor mode. This is how I want it to appear on the XR stage but it is not. everestflyover

    question 
    opened by mrnelson6 4
  • Version mismatch between d3 and plugins caused UE editor to crash

    Version mismatch between d3 and plugins caused UE editor to crash

    Current behavior When there is a version mismatch between d3 and the RenderStream plugin, this causes the UE editor to crash when launched without an error message, making troubleshooting difficult.

    Expected behavior UE editor should not crash, and present an informative error message to the user.

    bug question 
    opened by makkbe 4
  • Exposed parameters not updating in .json file

    Exposed parameters not updating in .json file

    Hi! In the latest push of the plugin, the camera names are updating but none of the variable exposed in UE seem to be updating properly in the .json file. The .json file updates when new variables are added (except for floats - booleans, integers etc. all appear fine!), but not when old variables are modified.

    bug 
    opened by taliafin1000 3
  • vignetting on default cinecamera

    vignetting on default cinecamera

    Hi,

    While setting up any kind of project (r20) the default camera outputs with vignetting although none is set on it. A workaround currently is to set vignetting size and strength to 0 on the camera on UE side, this seems to bypass whatever d3 is asking for. This works only with the rendering strategy set to fullscreen. Tiling/manual does not work and keeps the camera vignetting.

    This probably happens when D3 copies the camera and passes its own arguments. There might be other similar arguments that I haven't identified yet that are being passed. Is it possible to check/remove those defaults?

    Thanks!

    opened by noxy-k 3
  • Unreal crashes when more than two streams are rendered by a single instance

    Unreal crashes when more than two streams are rendered by a single instance

    Launching with more than two streams assigned to a single render instance causes a crash due to access violations. Call stack may be in random locations.

    bug regression 
    opened by husberg-disguise 3
  • Additional visibility support

    Additional visibility support

    Currently there are 2 limitations with visibility

    • Hard to modify multiple actors at once.
    • Impossible to change visibility on actors that do not support adding components
    enhancement 
    opened by MunWolf 3
  • Actor BP Variable not visible in json

    Actor BP Variable not visible in json

    I am having an issue when referencing actor variables from the Level BP. In my case I am trying to expose "Solar Time" which is created by the SunSky Actor BP. I have tried direct reference and casting to the BP. Setting the default value of the variable using either method in the Level BP alters the world but the variable never appears in the .json file for control in d3.

    I am able to bypass SunSky Actor BP variables and expose parameters of its components as expected. E.g. can expose directional light component intensity as variable in Level BP.

    opened by avanalle 2
  • Unreal Editor spammed with error 16

    Unreal Editor spammed with error 16

    Summary: When the RenderStream plugin is added to a project, the output log is spammed with the following error when the Editor is launched:

    [2021.12.22-09.07.07:879][115]LogRenderStream: Error: Error awaiting frame data error 16
    [2021.12.22-09.07.07:895][116]LogRenderStream: Error: Workload asset not created
    RenderStream Callstack:  < rs_awaitFrameData < RSAwaitFrameData
    

    With the current retail version of d3 and UE plugin, the callstack is blank. When testing with the tip of r20.3 and r1.28_UE4.27 the callstack information is included.

    Bug reduction:

    • Seen in r20.0.3 (84705) with RS1.28 (UE 4.27) v2 - latest public release.
    • Seen in r20.3 (84847) with RenderStream-UE_r1.28_UE4.27_r1.28_UE4.27_r20.0_v2-3-g4eb863a (Patches Applied).

    Steps to reproduce:

    1. Launch UE and create a new blank project
    2. Add the plugin to the project folder as normal
    3. Restart UE
    4. Open the output log (notice error spam)
    opened by bbuckley94 2
  • OpenXR plugin spams the rslog

    OpenXR plugin spams the rslog

    Summary: In Unreal Engine 4.27 (Preview 3), it appears as though the OpenXR plugin is enabled by default. In certain projects the OpenXR plugin causes the rslog to be spammed when starting a RenderStream workload. We should suppress this.

    Depending on the installation either of the following will be spammed: LogHMD: Failed to enumerate extensions. Please check that you have a valid OpenXR runtime installed.

    2021-08-04T14:02:15.413+08:00: LogHMD: Optional extension XR_VARJO_quad_views is not available
    2021-08-04T14:02:15.413+08:00: LogHMD: Required extension XR_EXT_eye_gaze_interaction is not available
    2021-08-04T14:02:15.413+08:00: LogHMD: Could not enable all required OpenXR extensions for OpenXREyeTracker on current system. This plugin will be loaded but ignored, but will be enabled on a target platform that supports the required extension.
    2021-08-04T14:02:15.431+08:00: LogHMD: Failed to create an OpenXR instance, result is XR_ERROR_RUNTIME_FAILURE. Please check if you have an OpenXR runtime installed. The following extensions were enabled:
    2021-08-04T14:02:15.431+08:00: LogHMD: - XR_KHR_D3D11_enable
    2021-08-04T14:02:15.431+08:00: LogHMD: - XR_KHR_D3D12_enable
    2021-08-04T14:02:15.432+08:00: LogHMD: - XR_KHR_opengl_enable
    2021-08-04T14:02:15.432+08:00: LogHMD: - XR_KHR_vulkan_enable
    2021-08-04T14:02:15.432+08:00: LogHMD: - XR_KHR_composition_layer_depth
    2021-08-04T14:02:15.432+08:00: LogHMD: - XR_KHR_visibility_mask
    2021-08-04T14:02:15.432+08:00: LogHMD: - XR_EXT_hand_tracking
    

    Potentially just an issue with the UE 4.27 preview. Logging for tracking purposes only.

    Bug reduction:

    • Seen in r19.0 (80689) with Unreal plugin r1.27_UE4.27 -- Not seen when OpenXR plugins disabled.
    • Not seen in r19.0 (80689) with Unreal plugin r1.27_UE4.27 -- Regardless of whether OpenXR plugins are enabled.

    Steps to reproduce: See DSOF-17840

    bug 
    opened by bbuckley94 2
  • RSP-247 allow disabling custom event control

    RSP-247 allow disabling custom event control

    This patch adds a toggle box in the project plugin settings under 'Disguise Renderstream' called "Detect and control custom events". When this toggle is off, the Renderstream plugin will not export custom events in the schema or attempt to trigger them at runtime. For RSP-247, DSOF-22487

    opened by josh-disguise 1
  • Asset caching performance improvement

    Asset caching performance improvement

    DO NOT MERGE as this still needs to be tested by client if it actually helps

    Issue: When using a multiuser editing session with multiple rx's and an editor machine, the constant resaving of the RenderstreamChannelCacheAsset causes the multi user session and Renderstream to crash. This only seems to be an issue when using multiple heavy sublevels as it take a long time to save all the individual cache assets for each sublevel.

    Profiling: During profiling I noticed that ForceDeleteObjects function was stalling main thread a lot because it was force replacing references and we don't want to do that. AssetCreated function was taking some amount of time too even though it just broadcasting that new in memory asset is created

    Before changes: image

    After changes: image

    opened by tomasgdc 0
  • V4

    V4

    Thank your team for your efforts. Now R21's support for UE5 is complete, but I found some problems. For example, the V4 version shakes back when zoom is advancing, and the camera name is still not recognized correctly.

    opened by one-Ge 2
  • Is Source Control implemented?

    Is Source Control implemented?

    We're running source control on our UE projects and started testing the renderstream plugin (we're running an rx2 cluster). The .json generated by the plugin doesn't seem to be going through source control and fails to update - probably because the file itself is read-only unless it gets checked out. An easy work around is to not have the .json part of the source control but that'd mean copying this file manually to multiple machines whenever we update/work. Not feasible.

    I might be completely mistaken of course - help please!

    opened by noxy-k 3
  • Expose generic functionality / function library

    Expose generic functionality / function library

    Issue #35 has repeatedly come up, but would require RenderStream API changes that would generally not be beneficial to the platform.

    Instead, collate the most used functionality and expose it as a collection of fields that can be easily enabled in the plugin settings without having to modify exposed variables in the blueprint of each level.

    Examples would be:

    • Performance tooling: engine scalability slider, stat overlays and starting/stopping of profiling to disk
    • Camera post-effects/screen-space effects that may or may not work for split viewports
    • Anything the community can think of, so ideally easily extensible
    opened by husberg-disguise 0
  • RenderStream working with Camera Components

    RenderStream working with Camera Components

    Hey guys, I'm working on a RenderStream camera integration with a lot of cameras for each room, and I'm really missing the ability to make a blueprint that holds cameras. Currently the RenderStreamChannelDefinition component only works with Camera Actors, which means leaving a lot of stuff lying around in the umap. That combined with the requirement for cameras to exist in the main map makes conflicting changes in the main map very likely.

    Our situation would be really helped if:

    • RenderStreamChannelDefinitions could have a version to handle Camera Components
    • There would still be something to handle Camera Actors
    • Camera rigs could be built and modified within blueprints
    opened by dylandevs 0
Releases(r1.30_UE5.0_v2)
Owner
disguise
The integrated visual production design & delivery suite for video professionals, by video professionals.
disguise
Unreal Engine Plugin to wrap Nuitrack SDK ( skeleton tracking solution by 3DiVi )

Nuitrack for Unreal Engine Unreal Engine plugin to bridge Nuitrack. Nuitrack is a middleware to provide 3d skeleton tracking solution using a depth se

Ayumu Nagamatsu 11 Nov 10, 2022
Unreal Engine 4 plugin for SteamVR passthrough camera support

SteamVR Passthrough Plugin This Unreal Engine 4 plugin adds SteamVR passthrough camera support using the OpenVR TrackedCamera API. Example project: ht

null 10 Dec 5, 2022
Unreal Engine OpenDRIVE plugin

Unreal Engine OpenDRIVE plugin This plugin allows you to manipulate your OpenDRIVE road network in Unreal Engine. It is built around esmini's RoadMana

Bertrand Richard 64 Dec 14, 2022
A port of Substance Unreal Engine plugin for UE5.

SubstanceForUE5 A port of Substance Unreal Engine plugin for UE5. All rights to this code belong to Allegorithmic / Adobe. I merely wanted to help dev

null 14 Apr 29, 2022
Unreal Engine 4 plugin for Yodo1 MAS (Managed Ad Services) integration. Used for ad monetization of games.

Unofficial Yodo MAS SDK for Unreal Engine 4 Disclaimer: this plugin is in no way associated with Yodo1, this is just a wrapper on top of their officia

Nineva Studios 3 Apr 9, 2022
HypeRate.io Unreal Engine Plugin

Unofficial HypeRate Unreal Engine Plugin V 1.0 Installation Github Download latest version from Releases tab. Unzip it into your {project_dir}/Plugins

HypeRate 3 May 15, 2022
Plugin to generate landscapes and oceans from the Unreal editor shader graph. Supports collisions, assets spawning, landscape layers. UE 4.26 / 4.27 / 5.0

Procedural Landscapes and Oceans as a plugin for unreal engine 4.26/4.27/5.0 using Editor Shader Graph Using the Editor Shader Graph, creating landsca

Maxime Dupart 2 Dec 12, 2022
Xelu's Controllers & Keyboard Prompts as an Unreal Plugin for programmatic use (cpp / bp)

ue-xelu-icons Xelu's FREE Controllers & Keyboard Prompts as an Unreal Plugin for programmatic use (cpp / bp) This plugin exposes a Blueprint Library w

Mickael Daniel 9 Dec 3, 2022
A simple Unreal 5 plugin with demo content that shows how audio DSP can be implemented as Metasound, SourceEffect and SubmixEffect

A simple Unreal 5 plugin with demo content that shows how audio DSP can be implemented as Metasound, SourceEffect and SubmixEffect. The intention is to use it as a template to create more complex audio DSP effects.

Alex Perez San Elias 17 Jan 2, 2023
Full source code for WarriOrb, a Dark-Souls like action platformer - using Unreal Engine 4

WarriOrb source code WarriOrb is a hardcore action platformer where you play as a demon who is trapped in an unlikely body. The game mixes the difficu

Not Yet 247 Dec 30, 2022
Design-agnostic node editor for scripting game’s flow in Unreal Engine

Flow plug-in for Unreal Engine provides a graph editor tailored for scripting flow of events in virtual worlds. It's based on a decade of experie

Moth Cocoon 555 Jan 4, 2023
Third-person survival game for Unreal Engine 4 made entirely in C++.

Third-person survival game for Unreal Engine 4 made entirely in C++. Originally built as a 6 section tutorial series, now available as open-source C++ sample project.

Tom Looman 2.8k Dec 30, 2022
Simple CSV localization system for Unreal Engine 4

BYG Localization We wanted to support fan localization for Industries of Titan and found that Unreal's built-in localization system was not exactly wh

Brace Yourself Games 56 Dec 8, 2022
Edycja PianoFall zrobiona na Unreal Engine

PianoFall - Unreal Engine Edition Edycja PianoFall zrobiona na Unreal Engine (mój pierwszy projekt w UE) Obsługa Po uruchomieniu programu i wciśnięciu

Nadwey 4 Jun 17, 2021
Lambda support for Unreal Engine dynamic delegates

DynamicLambda Lambda support for Unreal Engine dynamic delegates This is experimental feature. Now only parametless lambdas are supported To see more

Andrew Derkach 28 Nov 29, 2022
Dialogue scripting language for Unreal Engine

Supertalk Welcome to Supertalk! This is a simple dialogue scripting language for Unreal Engine created due to frustration with visual dialogue tree wo

Sam Bloomberg 41 Nov 18, 2022
An Unreal Engine 4 Dungeon Generator

DungeonGenerator A (hopefully) handy Unreal Engine 4 Dungeon Generator Read the full docs here: https://github.com/orfeasel/DungeonGenerator/blob/main

Orfeas Eleftheriou 69 Dec 28, 2022
Procedural Mesh Modeling Toolkit for Unreal Engine Artists

OpenLand Mesh Procedural Mesh Modeling Toolkit for Unreal Engine Artists. Installation Get it via the marketplace ??️ For non-commercial projects, you

GDi4K 26 Nov 19, 2022
Creating Unreal Engine infinite landscapes/oceans using the editor shader graph and rendering them using Geometry ClipMap. It also allows to spawn mesh on landscape surface. UE5 required

Procedural Landscapes and Oceans in Unreal Engine 5 using Editor Shader Graph Latest version of this project is available as a plugin for UE 4.26+ on

Maxime Dupart 10 Oct 4, 2021