If a custom component creates another component in code, the second component does not appear in the hierarchy inside the blueprint menu. It does appear in the hierarchy for an instanced version of the blueprint already placed in the level.
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = test) UStaticMeshComponent* MyMesh;
MyMesh = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("MyMesh"));
Result:
MyScene shows up in BP editor but MyMesh does not.
Expected:
MyMesh does show up in hierarchy (like it does for instanced blueprint in the level).
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
An error occurred while trying to generate project files !?
I can't open my map from the editor.
UE5.0.2 How to resolve error code (Xcode install) when trying to launch UE5.0.2 after install
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Head over to the existing Questions & Answers thread and let us know what's up.