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.
I am not able to find world outliner how to enable it?
What method is used to fill polygonal regions when drawing spline mesh at run time?
How can i modify the param name in EQS node
How does TextureRenderTarget2D get TArray<uint8> type data?
How does UMG set overlapping layouts?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Why does the REMOVE method of map container remove elements have memory leaks?
How to achieve HLSL Multiple Render Target in Material blueprints?
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 |