The licensee shared information that a Null check on the following Actor can be used as a workaround. static TArray<UActorComponent*> GatherHLODRelevantComponents(const TArray<AActor*>& InSourceAct ...
If you are using a large amount of Niagara, you will experience excessive load times in PIE even if nothing is changed. The following code change seems to be effective as an interim response. void ...
If you import by drag & drop without Import Into Level, the material will be maintained even if you change it. This is because FFbxImporter::ReimportStaticMesh() sets ImportOptions->bImportMaterial ...
Licensee wants to take screenshots that are more than the size of the viewport ingame. However, they are having trouble because the results depend on the size of the viewport. ...
The problem seems to be that FLevelSequenceBindingReference::Resolve () fails due to LoadPackageAsync() called in the FStreamableManager::StreamInternal() function. The licensee reports that the pro ...