The visibility flag is reset to true in UGeometryCollectionComponent::UnregisterFromISMPool.
This function is called from BeginPlay.
Only when ISMPoolActor is not being used, the following workaround prevent the flag from being overridden.
void UGeometryCollectionComponent::UnregisterFromISMPool() { if (ISMPool) { if (UGeometryCollectionISMPoolComponent* ISMPoolComp = ISMPool->GetISMPoolComp()) { ISMPoolComp->DestroyMeshGroup(ISMPoolMeshGroupIndex); ISMPoolMeshGroupIndex = INDEX_NONE; } SetVisibility(true); //move here } // SetVisibility(true); //remove }
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
I'm working on a VR Project and I cannot add Nav Mesh to the stairs??
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How to achieve HLSL Multiple Render Target in Material blueprints?
Teleporter in the Creative Hub is Locked and cannot be accessed
I can't open my map from the editor.
Why does the system plugin 'UnrealBuildTool' error could not be found when the project is compiled?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-175191 in the post.
1 |
Component | UE - Simulation - Physics - Destruction |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.3 |
Created | Jan 26, 2023 |
---|---|
Resolved | Feb 1, 2023 |
Updated | Mar 7, 2023 |