You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[Backout] - CL35901297
[FYI] Todd.Eckert Original CL Desc ----------------------------------------------------------------- Fixed an issue when running a construction script that was causing geometry collection component's custom render to try and spawn actors #rb cedric.caillaud [CL 35924892 by todd eckert in ue5-main branch]
This commit is contained in:
-6
@@ -6322,12 +6322,6 @@ bool UGeometryCollectionComponent::IsUsingCustomRenderer() const
|
||||
|
||||
void UGeometryCollectionComponent::RefreshCustomRenderer()
|
||||
{
|
||||
UWorld* World = GetWorld();
|
||||
if (!World || World->bIsRunningConstructionScript)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (RestCollection == nullptr || !IsCustomRendererAvailable())
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user