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.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-215437 in the post.
0 |
Component | UE - World Creation - Procedural Tools - PCG Component |
---|---|
Affects Versions | 5.3.2 |
Target Fix | 5.6 |
Created | May 21, 2024 |
---|---|
Updated | Oct 10, 2024 |