From licensee:
When the player pawn teleports inside a structure that is a HLOD, the dithered HLOD fading transition is not properly reset so we can see it re-starting to fade, from the inside.
Our fix was to add in FLODSceneTree::Update(FViewInfo& View), after the if (bIsDitheredTransition && !bForcedIntoView)
{..}else
{...}part, the following:
if (View.bPrevTransformsReset)
{ // Transforms are now up-to-date, // so bWasVisible needs to be the same as bIsVisible, otherwise, // next frame will try to fade again. NodeVisibility.bWasVisible = NodeVisibility.bIsVisible; NodeVisibility.bIsFading = false; }i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Teleporter in the Creative Hub is Locked and cannot be accessed
Is it correct to delete the uobject element of array?
How can i modify the param name in EQS node
How to achieve HLSL Multiple Render Target in Material blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-204747 in the post.
0 |
Component | UE - World Creation - Worldbuilding Tools - HLOD |
---|---|
Target Fix | 34.00 |
Created | Jan 24, 2024 |
---|---|
Updated | Jan 7, 2025 |