XGRIDSDocs
  • 简体中文
  • English
  • 繁體中文
  • 日本語
  • Deutsch
  • Español
  • Italiano
  • Français
  • Русский
  • 简体中文
  • English
  • 繁體中文
  • 日本語
  • Deutsch
  • Español
  • Italiano
  • Français
  • Русский
  • PortalCam

    • Product Overview
    • Basic Operation
    • Using the LCC Scan App
    • Maintenance and Care
    • FAQ
  • Lixel K Series

    • Lixel K1

      • Product Overview
      • Basic Operation
      • Device Activation and Connection
      • Scanning Workflow
      • Acquire Point Cloud Data with Absolute Coordinate
      • Map Fusion
      • Route Planning Suggestions for Typical Scenes
      • Precautions
      • FAQ
    • Lixel K2

      • Product Overview
      • Basic Operation
      • Device Activation and Connection
      • Scanning Workflow
      • Acquire Point Cloud Data with Absolute Coordinate
      • Map Fusion
      • Route Planning Suggestions for Typical Scenes
      • Precautions
      • FAQ
  • Lixel L Series

    • Lixel L2 Pro

      • Product Overview
      • Basic Operation
      • Device Activation and Connection
      • Scanning Workflow
      • Acquire Point Cloud Data with Absolute Coordinate
      • Measure Point
      • Appendix
      • FAQ
  • Lixel Studio

    • Version and Copyright
    • Installation and Activation
    • Software Interface
    • File Operations
    • Project Processing
    • Tools
    • 2D Drawing
    • Applications
    • Settings
    • Device Connection
  • Lixel CyberColor

    • LCC Studio

      • Getting Started
      • Version and Updates
      • Download and Installation
      • Interface Overview and Navigation
      • Before Reconstruction
      • Model Reconstruction
      • Single Model Reconstruction
      • Map Fusion
      • Aerial-Ground Fusion
      • Aerial Reconstruction
      • My Models
      • Other Features
      • Settings and Account
      • Converter
      • Video Reconstruction
      • FAQ
    • LCC Scene Editor

      • Version & Updates
      • Account & Login
      • Product Overview & Home
      • Editor Interface
      • Scene Navigation Modes
      • File
      • Settings
      • Edit Operations
      • Window
      • Global Toolbar
      • Assets & Properties
      • Left Toolbar
      • Viewpoints
      • Portal
      • Skybox
      • Annotations
      • Measurement
      • Flythrough
      • Scene Report
      • 3D Layout
      • Mini-Map
      • Preview Mode (Viewer)
      • Help
      • FAQ
      • Spawn Point
    • LCC Model Editor

      • Version and Updates
      • User Guide
      • Overview and Interface
      • File Operations
      • Selectors
      • Editing Models
      • Measurement
      • Color Grading
      • Asset Management
      • Settings and Help
      • FAQ
    • Capture Guide

      • Overview
      • Capture Devices Overview
      • General Capture Principles
      • Indoor Scene Capture
      • Outdoor Scene Capture
      • Large-Scale Capture (Map Fusion)
      • Aerial-Ground Map Fusion Capture
      • Object Capture
      • People Capture
      • Video Reconstruction Capture
      • HD Enhancement
      • Control Points (Lixel P1)
      • FAQ and Troubleshooting
    • Version History
  • Plugin & SDK

    • Unreal

      • Introduction
      • Quick Start - Windows
      • Quick Start - Linux
      • Quick Start - Quest3
      • Editions and Licensing
      • Rendering
      • Visual Settings
      • Normals and Lighting
      • Scene Editing
      • Performance Parameters
      • Performance Guide
      • Third-party and Engine Plugin Integration
      • Proxy Mesh
      • Loading Animation
      • Collision
      • Navigation System Support
      • Single Layer Water Support
      • Localization
      • FAQ
      • Troubleshooting
      • Logging and Diagnostics
      • Contact Us
      • API Reference

        • ALCCActorBase
        • ULCCComponentBase
        • ULCCComponent
        • ULCC2Component
        • SOG / SPZ / PLY Actors
        • ALCC2ProxyMesh
        • ALCCClippingVolume
        • ALCCSectionPlane
        • ULCCUtilLibrary
        • Enums
        • Structs
      • Changelog

        • v3.3.1
        • v3.0.0
        • v2.2.1
        • v1.0.0
        • v0.9.0
        • v0.8.0
        • v0.7.1
        • v0.6.1
        • v0.5.2
        • v0.4.1
        • v0.4.0
        • v0.3.0
        • v0.0.5
        • v0.0.4
        • v0.0.3
        • v0.0.2
        • v0.0.1

Locating Common UE5 3DGS Failures by Symptom

This page is organized by the symptom you see, and each entry gives the possible causes, how to confirm them, and how to fix them.

For how to view logs and use the debug tools, see Logging and Diagnostics. For consultation questions (which formats are supported, the difference between the two pipelines), see FAQ.

Contents

CategorySymptoms covered
Do These Two Things FirstRecommended for any problem
Data Loading FailuresNothing happens after Load, invisible after packaging, Blueprint project packaging, wrong GIS position, crash on huge data
Nothing Displayed or Partially DisplayedNothing visible at all, distant content missing, holes at the edge, blank SceneCapture, occluded by water
Image Quality IssuesGhosting, flickering, holes, grayish colors, seams, a line across the scene
Lighting ProblemsOverexposure, no shape shading, ProxyMesh has no effect, shadows cut off, effects hidden
Parameter Changes Have No EffectCheckbox unticked, full load, clipping and section, spherical harmonics, license quota
Performance ProblemsLow frame rate, high video memory, load stutter, wrong occlusion
Collision and NavigationLine traces miss, character falls or clips through, NavMesh not generated
CrashesArraySliceIndex assertion error
Licensing ProblemsStatus is not a green check, various licensing errors
Building and PackagingMissing binaries, missing precompiled manifest, packaging failure, Android
Still Not SolvedWhat to collect before reporting an issue

Do These Two Things First

Most problems can be located within these two steps, so run through them for any symptom.

  1. Open the Output Log and read the plugin log. Load failures, path errors, and licensing problems all leave clear information there. See Viewing the Plugin Log.
  2. Confirm the data loaded successfully. Select the Actor and check whether MetaInfo in the Details panel has content (Total Splats greater than 0). Empty means the data did not come in, so go straight to Data Loading Failures.

Data Loading Failures

Symptom: nothing appears after clicking Load

Check in order:

Possible causeHow to confirmFix
The path does not exist or is misspelledThe log shows LCC file :<path> does not exist.Verify the path. Relative paths are based on Content
LCC1 data is missing filesThe log shows Load Meta.lcc error or meta.lcc file :<path> load errordata.bin and index.bin must sit next to the .lcc file; missing either one fails
The wrong Actor is usedNo explicit error, but a blank image.lcc2 uses ALCC2Actor, .lcc uses ALCCActor, and single-file formats each have their own Actor. See FAQ
The format is not supportedThe log shows LCC4Unreal do not support this file format!Confirm the extension is within the supported range, see Introduction
The .ply is not a 3DGS formatThe log states the PLY was rejectedThe plugin only supports .ply with 3DGS properties; regular geometric point clouds cannot be loaded

Symptom: fine in the editor, invisible after packaging

Check two things in order.

One, whether an absolute path was used. Absolute paths only work on the local machine and no longer exist on another one. Switch to a relative path, relative to the project Content directory, for example Scenes/Tower/meta.lcc2.

Two, whether the data directory is configured in the packaging settings. The two settings serve different purposes, so pick as needed:

SettingPurpose
Additional Non-Asset Directories To CopyThe data is copied into the package output as regular files
Additional Non-Asset Directories To PackageThe data is packed into the pak file

Use the latter to pack LCC data into the pak, and the former when the data only needs to ship alongside the package output. Both live under ProjectSettings > Packaging.

Repackage after configuring them and check whether the data really is in the package output. For the detailed configuration, see Quick Start.

Symptom: the plugin does not work after packaging a Blueprint project

Blueprint-only projects are supported in the editor only, not for packaging. A C++ project is required for packaging.

Symptom: the geographic position is wrong, GIS mode has no effect

Check these items:

  • Whether the data contains RTK information. Use GetMetaInfo().IsRTK() to check; the log showing This lcc does not have RTK information! means the data has no geographic information
  • When enabling from code, call SetGeoPlacement(true), which reloads automatically so the setting takes effect. Assigning bEnableGeoPlace directly does not trigger a reload
  • Use GeoLocationOffset for fine adjustment when the position is offset

For the setup steps with Cesium, see Third-party and Engine Plugin Integration.

Symptom: crash while navigating very large LCC2 data

On v1.0.0 this is a known defect of that version (a GPU Buffer overrun). Upgrade to v2.x or above.

Symptom: array related error when loading a large PLY

A known defect of v3.0.0, fixed in v3.3.0 and above; upgrade the version.

Also, when a PLY has no spherical harmonics, files above 2 GB may fail to load, so converting to the LCC2 format is recommended.

Nothing Displayed or Partially Displayed

Symptom: the Actor is in the scene but no content is visible

Possible causeHow to confirmFix
The data did not loadSee the previous sectionSolve the loading problem first
LoadMode is set to NoneCheck the Details panelChange it back to Both
The camera is beyond the render distanceMove closer and see whether it appearsRaise Max Distance
A clipping volume cut the content awayTemporarily disable bEnabled on the clipping volumeCheck the clip mode, since Inside and Outside do the opposite, see EClipType
A section plane cut the content awayTemporarily disable the section planeCheck Mode and the plane orientation, see ESectionType
GlobalAlpha is 0Check the Details panelChange it back to 1.0
Everything is in the environment data but OnlyMain is setSwitch LoadMode and compareChoose according to the actual data, see ELoadMode

Symptom: distant content is missing and appears only when getting closer

This is the normal result of LOD and the distance limit, not a failure. To display distant content as well:

  • Raise Max Distance, at the price of lower performance
  • Lower Level Factor so higher precision is used at the same distance
  • Fog can help hide the distance boundary

Symptom: holes at the screen edge while turning the view quickly

Node preloading cannot keep up with the view change. The LCC pipeline can enable Add Extra Preload Nodes, which appends extra preload nodes at the price of more nodes to render.

Symptom: SceneCapture or the minimap is blank

Enable SceneCaptureComponent Support in the project settings first. It is disabled by default and has a slight performance cost.

To set the render strategy for a SceneCapture separately from code, see SetSceneCaptureRenderMode; note this group of interfaces only works on the LCC pipeline.

Symptom: 3DGS is occluded by the water surface

Caused by the depth handling of the single layer water material. Enable SingleLayerWater Support, see Single Layer Water Support.

Image Quality Issues

Symptom: ghosting and trailing while moving

Caused by the anti-aliasing method. TSR and TAA rely on history frames for temporal accumulation, so a moving 3DGS easily leaves the previous frame behind.

Try them in order and find the balance between quality and ghosting:

None → FXAA → MSAA → TAA → TSR

When the scene contains 3DGS only, None can be set directly, which removes ghosting and saves the anti-aliasing cost. For the default value of each pipeline and where to set it, see Performance Parameters.

Symptom: the image flickers and edges jitter

Try these in order of benefit:

  1. Check the anti-aliasing method. This is the most common cause, and TSR is recommended for the LCC2 pipeline, see Performance Parameters.
  2. LCC pipeline: lower Sort Factor to sort more often. When the sort frequency is too low, the front-to-back order of translucency only updates every few frames, showing up as slight jitter.
  3. Check Small Splat Threshold; a value that is too large makes the background grainy.
  4. For fine structures flickering while the camera moves in and out, try enabling Mip Filter, which applies a low-pass filter with opacity compensation and is more stable at different scales. .ply / .spz / .sog have it disabled by default.

Symptom: the image has holes and looks sparse

SplatScale is set too low. The default 1.0 is the upper limit; lowering it reduces overdraw and raises the frame rate, but smaller quads expose gaps. Raise it back somewhat.

Symptom: colors look gray and flat

Handle it with the color parameters, see Visual Settings. The common approach is raising Contrast slightly, or brightening the dark areas with Gamma. For the code interface, see Color Adjustment.

Symptom: obvious seams in the image (LCC pipeline)

LCC file version 5.0 and above handles seams automatically. For data from older versions, enable Seam Cutting manually, which corresponds to the property bEnableSeamCutting.

Symptom: a line appears across the scene

Check the scale of the Actor. The LCC family of Actors (ALCCActor, ALCC2Actor, ASogActor, ASpzActor, APlyActor) supports uniform scaling only.

Do not use non-uniform scaling like this:

  • With negative values, for example (-1, 1, 1)
  • With unequal axes, for example (2, 1, 3)

All three axes must stay equal, for example (1, 1, 1) or (2, 2, 2). Non-uniform scaling causes rendering anomalies that show up as a line in the image.

Lighting Problems

Symptom: overexposure after switching to Lit

The colors of captured data already have the lighting of the capture site baked in, and scene lights add another layer on top.

  • LCC2 pipeline: lower the original brightness with LightingScale, see Normals and Lighting
  • Check whether the scene lighting intensity is too high

Symptom: no shape shading in Lit mode, the image looks flat

This is expected behavior. 3DGS data has no geometric normals, and Fixed, ViewFacing, and Hemispherical all construct normals by approximation, so they can only produce overall brightness changes and none of them can produce shading that follows the shape. For the definition of each mode, see ELCC2NormalGenerationMode.

Only ProxyMesh can produce real shape shading. It requires authoring and placing a proxy mesh and requires a license. See Proxy Mesh and Normals and Lighting.

The difference between the three approximate modes is how overall brightness changes with lighting and view, not whether shape shading exists:

  • Fixed: the whole area shares one fixed normal, completely stable while the camera moves
  • ViewFacing: the normals follow the camera, so overall brightness changes while turning the view
  • Hemispherical: normals map from screen position onto a fixed hemisphere, so overall brightness transitions more smoothly than the other two while a directional light rotates

Symptom: ProxyMesh mode is set but has no effect

Item to checkHow to confirm
Whether NormalMode is ProxyMeshCheck the Details panel
Whether the license is validCheck Status in the plugin panel; a green check means the license is fine. From code, GetEffectiveNormalGenerationMode() returning Fixed means it was downgraded
Whether the proxy mesh has a StaticMeshThe log shows a has a null StaticMesh warning
Whether the proxy mesh overlaps the 3DGS in spacePairing is judged by position, so no overlap means no effect

See Proxy Mesh.

Symptom: shading appears in the wrong place

The proxy mesh deviates too much from the actual 3DGS surface. Either improve how closely the proxy mesh matches, or switch to an approximate normal mode, which has no shape shading but is more stable.

Symptom: ProxyMesh shadows appear only nearby and disappear in the distance

Shadows are cut off by distance. This is an engine issue, not a plugin defect.

Fix: select the ProxyMesh Actor and turn Far Shadow off and back on to restore complete shadows. The property is under the Lighting category of StaticMeshComponent.

Symptom: huge abnormal shadows in Lit mode

Approximate normal modes produce anomalies at certain lighting angles. Try in order:

  1. Switch NormalMode to find which mode behaves correctly
  2. Adjust the angle of the directional light
  3. Switch to ProxyMesh mode with a well-matched proxy mesh, which gives the best result

Symptom: colors changed after enabling shadows

This is expected behavior. Once 3DGS receives external lighting, its colors change with the light source, so adjust the color and intensity of the directional light.

Symptom: brightness cannot be adjusted, the whole scene is dark

When the project uses a compositing plugin such as Composure, disable the post-processing related options on the Component and control exposure through a Post Process Volume instead.

For exposure related settings, see Visual Settings.

Symptom: Niagara effects are invisible on the 3DGS

The LCC2 pipeline outputs depth, so effect occlusion is correct and this problem normally does not occur.

Only the LCC pipeline (.lcc data) can hit it, because it outputs no depth and the front-to-back order of translucency has to be decided by sort priority. The fix is raising Translucent Sort Priority on the Niagara System so it renders above the 3DGS.

Symptom: messy content around the outside of the scene

That is the environment data. Change LoadMode from Both to OnlyMain to render only the main part.

Symptom: switching the light mode does nothing

SetLightMode has no effect in point cloud mode: it skips the assignment and prints a warning. Switch back to 3DGS mode first.

Symptom: no lighting effect after switching to Lit mode

The forward rendering pipeline (Forward Shading) lacks GBuffer, so relighting is not available. Setting LightMode to Lit will have no effect.

Switch to the deferred rendering pipeline (Deferred Shading) to use Lit mode properly. Uncheck Project Settings > Rendering > Forward Shading. Note that the UE VR template enables Forward Shading by default and needs to be turned off manually.

Parameter Changes Have No Effect

Symptom: values under Performance were changed but nothing changed

Every parameter has a checkbox on its left, and while it is unticked the plugin uses its built-in default and the entered value has no effect. This is the single most common pitfall.

For the built-in default of each parameter, see Performance Parameters.

Symptom: changing the full load parameters does nothing

Use Full Load and Full Load Splat Number are evaluated at load time, so the data has to be reloaded after changing them.

For the difference between the two loading methods, see Rendering.

Symptom: changing clipping volume or section plane properties at runtime does nothing

bEnabled, Mode, and VolumeType have no setter, so Refresh() must be called on that Actor after assigning them at runtime. The same applies to changing the transform (position, rotation) at runtime.

Changing properties in the Details panel in the editor updates automatically and needs no manual call.

See ALCCClippingVolume.

Symptom: spherical harmonics is enabled but the image did not change

  • The data may be of the Portable type, which contains no spherical harmonics. Confirm with CanSetShcoef(); for the type definitions, see EFileType
  • SetUseShcoef fails silently in point cloud mode, so switch back to 3DGS first
  • LCC2 can disable spherical harmonics completely via SetUseShcoef

Symptom: many clipping volumes were added but only some take effect

The free edition limits each type to 50. The log states it explicitly: Unlicensed: enabled clipping volumes limited to 50 .... For licensing, see Editions and Licensing.

Performance Problems

For the complete tuning workflow for a low frame rate, see Performance Guide; this section only lists quick checks.

Symptom: low frame rate

First confirm whether the bottleneck is the 3DGS. Use stat unit to read Game / Draw / GPU, then stat XGrids to read the cost of LCC itself. When the LCC share is low, the problem is elsewhere in the scene (lighting, post-processing, Blueprint logic) and tuning LCC parameters brings no improvement.

Once the 3DGS is confirmed as the cause, adjust in order of benefit:

  1. Raise Level Factor (the most noticeable benefit)
  2. Lower Max Distance
  3. Lower Max Splat Num
  4. Raise Start Level to skip the finest Level
  5. Disable spherical harmonics
  6. Switch to point cloud mode if necessary

Symptom: video memory usage is too high

  • Raise Level Factor
  • Lower Max Splat Num
  • Adjust LCC2 GPU Memory Budget on the LCC2 pipeline
  • Adjust the Max GPU Usage Percetage For Free release threshold

For the video memory allocation rules and the automatic release mechanism, see Rendering. Single-file formats (.sog / .spz / .ply) load fully at once, so their video memory usage is constant and does not change with the view, see Loading Limits of Single-file Formats.

Symptom: stutter while loading

  • Enabling collision for the first time has a one-off baking cost, so enable it during the loading stage rather than in the middle of player interaction
  • Lower Max Load Collision Distance to load only the range needed
  • Adjust the thread configuration, see Performance Parameters

Symptom: wrong occlusion when several 3DGS interpenetrate

  • LCC pipeline: enable multi-Actor translucency sorting
  • LCC2 pipeline: adjust the depth threshold to change where depth is written

Collision and Navigation

Symptom: line traces miss the 3DGS

Item to checkAction
Whether the data contains collisionSingle-file formats contain no collision data, see Prerequisites
Whether collision is enabledTick bEnableCollision, see Enabling
Whether collision is loaded at that locationUse ShowCollision() to see the wireframe, see Collision Visualization
Whether the trace distance exceeds the collision load rangeRaise Max Load Collision Distance

The log showing There is neither collision.bin nor collision.lci in the folder means there is no collision file in the data directory.

LCC1 has another set of ray test interfaces against point cloud positions, but they are not sufficiently tested, so using collision plus engine ray tests is recommended, see ULCCComponent Raycast.

Symptom: the character falls down right at the start

Collision is loaded dynamically in chunks, so the collision data may not be built yet when the game starts, and the character falls when there is no collision underfoot.

How to handle it:

  • Place PlayerStart slightly above the ground
  • Or delay character movement by a few seconds
  • Enable collision during the loading stage rather than after the player starts interacting

Symptom: the character clips through or falls after moving a certain distance away

Collision streams in by distance, so areas beyond the load range have no collision bodies. Raise Max Load Collision Distance(m) to cover the activity range of the character.

Collision can also fail to keep up when the character moves too fast, which is likewise mitigated by raising the load distance.

Symptom: the NavMesh is not generated at all

Item to checkAction
The data contains no collisionConfirm .lcc or .lcc2 is used; single-file formats have no collision data
Collision is not enabledTick bEnableCollision and confirm CanEverAffectNavigation = true
Collision is not loaded yetSelect player collision or visibility collision in view mode and confirm collision bodies appeared in the target area
The collision load range is insufficientRaise Max Load Collision Distance(m) to cover the whole AI activity area
NavMeshBoundsVolume is missing or does not cover the areaPlace and scale it to cover the target area
Navigation was not rebuiltRun Build → Build Paths and save the level

For the complete workflow, see Navigation System Support.

Crashes

Symptom: crash after an ArraySliceIndex assertion error

The error looks like this:

Assertion failed: ArraySliceIndex >= 0

The cause is that the current version does not support the Adaptive GBuffer format of Substrate.

Fix:

  1. Open ProjectSettings > Rendering and find Substrate GBuffer Format (Project).
  2. Change the value to BlendableGBuffer. This is the engine default.
  3. Restart the engine.

AdaptiveGBuffer is a known incompatible format, and BlendableGBuffer works correctly.

Licensing Problems

Check Status in the plugin panel first: a green check means the license is fine and Pro edition features are available. Anything other than a green check means the license did not take effect, so read the log to confirm the reason.

The licensing information in the log is fairly explicit, so act on what it states:

Log messageMeaning and action
ProjectID is invalid; generate one in Project SettingsThe project has no Project ID. Generate one under Project Settings > Project > Description
Failed to decode AppKey, please check.The AppKey content is incomplete or was copied incorrectly, copy it again
Invalid AppKey, please check.The AppKey format is wrong, confirm it is the complete string from the developer platform
Authorization has expired, please check.The license expired, regenerate it on the developer platform
AppKey has expired. Please generate a new one.Same as above
HTTP request failed / HTTP error! Status: <code>A network problem or the licensing server is unreachable, check the network and the firewall
Signature Verification FailedSignature verification failed, contact technical support

For the licensing workflow, see Editions and Licensing.

Building and Packaging

Symptom: missing binaries or module build failure

When any of the errors below appears, regenerate and rebuild the project following the steps in this section:

Missing UnrealGame binary. You may have to build the UE project with your IDE.
Alternatively, build using UnrealBuildTool with the commandline:
UnrealGame <Platform> <Configuration>
*** could not be compiled. Try rebuilding from source manually

The cause is that after the plugin is added to a C++ project, the engine detects the new modules but the matching build output is missing. Handle it as follows:

  1. Close the project.
  2. Locate the *.uproject file of the project.
  3. Right-click *.uproject and select Generate Visual Studio project files.
  4. Wait for the VS project to finish regenerating.
  5. Double-click *.sln to open Visual Studio.
  6. Right-click the project in Solution Explorer and select Set as Startup Project to make sure it is the startup project.
  7. Confirm the configuration is Development Editor and Win64.
  8. Click Debug > Start Without Debugging to launch the project.
  9. Once the build passes, the project opens normally. Afterwards double-clicking *.uproject is enough and this workflow is not needed every time.

When it still fails after the steps above, delete the Intermediate directory of the project first, then run again from step 3.

For the plugin installation steps, see Quick Start.

Symptom: packaging fails

Check these three items first:

  • Full Rebuild under ProjectSettings > Packaging must stay disabled, and do not run Rebuild in VS. The plugin does not support either, see Quick Start
  • Confirm a C++ project is used, since Blueprint projects cannot be packaged
  • Confirm the engine version is within the supported range (UE 5.4 ~ 5.8)

For specific errors, see the two sections below.

Symptom: missing precompiled manifest during packaging

The error looks like this:

Missing precompiled manifest for 'LCC4UnrealRuntime',
'\Shipping\LCC4UnrealRuntime\LCC4UnrealRuntime.precompiled'.
This module was most likely not flagged for being included in a precompiled build
- set 'PrecompileForTargets = PrecompileTargetsType.Any;' in LCC4UnrealRuntime.build.cs
to override. If part of a plugin, also check if its 'Type' is correct.

Why it happens: the files mentioned in the error ship with the plugin and live in its Intermediate directory. Running Full Rebuild under ProjectSettings > Packaging, or Rebuild in VS, makes the engine clean the Intermediate directory and delete those precompiled outputs along with it.

LCC4Unreal is a binary plugin with no source code, so the deleted outputs cannot be rebuilt and can only be restored from the plugin package. Avoid both operations for that reason.

How to fix it:

  1. Confirm Full Rebuild under ProjectSettings > Packaging is disabled, and do not run Rebuild in VS.
  2. Copy the contents of the plugin directory lcc4unreal/Intermediate/Build/Win64/UnrealGame into <project directory>/Intermediate/Build/Win64/<project name>.
  3. Copy the contents of the plugin directory lcc4unreal/Intermediate/Build/Win64/x64 into <project directory>/Intermediate/Build/Win64/x64.
  4. Restart the engine and package again.

The target directory name in step 2 is the project name, not UnrealGame. For a project called MyProject, the target path is MyProject/Intermediate/Build/Win64/MyProject.

If the error points to other files: the two directories above cover the common cases. When the error mentions another file, handle it the same way: find that file under the Intermediate directory of the plugin at the same relative path and copy it to the matching location in the project.

If the Intermediate directory of the plugin was cleaned too: there is nothing left to copy from, so download the plugin package again and extract it over the existing files to restore them.

Symptom: build fails on a custom engine

Released plugin packages only work with engines published by Epic. Vendor-customized branches, commercial engines derived from UE, and engines with locally modified source all require a custom build, see Custom Engine Versions.

Symptom: errors when packaging for Android

The current version does not support packaging directly to the Android platform. This is a platform compatibility limitation and cannot be solved by changing the packaging configuration.

To use it on a VR device, run on PC and stream, see Quick Start - Quest3.

Still Not Solved

Collect the following information and contact us, see Contact Us:

  • Plugin version and engine version
  • Data format and approximate size
  • The complete log file of the run where the problem occurred, unfiltered and not just the error lines
  • Reproduction steps
  • Graphics card model and driver version

For the log file location and other details, see Logging and Diagnostics.

Prev
FAQ
Next
Logging and Diagnostics