When trying to delete a Blueprint from a level, if the Blueprint contains a reference to itself, and that is the only reference to that particular Blueprint, a warning will be displayed saying that the Blueprint is referenced by other Actors or Objects and ask you to confirm that you want to delete the Blueprint. This warning is unnecessary since the only reference to the Blueprint is within the Blueprint itself.
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = TestCat) AActor* TheActor;
RESULT:
A warning appears stating that the Blueprint is referenced by other Actors or Objects and asks if you really want to delete it.
EXPECTED:
The Blueprint in the level is deleted.
Are UE-58198 and UE-57652 the same bug?
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Bullet replication problem. The players sees each other but does not see the bullet
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Head over to the existing Questions & Answers thread and let us know what's up.
4 |
Created | Apr 3, 2018 |
---|---|
Resolved | Aug 18, 2021 |
Updated | Aug 18, 2021 |
4656 - projectgheist |