Description

From PCGVolume.cpp:

PCGComponent = ObjectInitializer.CreateDefaultSubobject<UPCGComponent>(this, TEXT("PCG Component")); 

The Component name with a space does not support a round trip through 
FSoftObjectPath::ExportTextItem and FSoftObjectPath::ImportTextItem.
 
Spaces are part of the INVALID_OBJECTNAME_CHARACTERS list and should not be used for object names. Most things do work since we don't enforce this, but some features do not support spaces in names.
This came up through a UDN post, see the additional info url for details.
 

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-215437 in the post.

0
Login to Vote

Backlogged
CreatedMay 21, 2024
UpdatedJun 11, 2024
View Jira Issue