All I’m trying to do is add a static mesh to an actor (in this case, a static space ship mesh). There’s probably a simple way of doing this but I’m clearly missing it.
I just tried to reproduce this issue in version 4.5.1 built from source code and Details panel appeared to be working fine for me. Would you be able to provide some additional information about this issue?
What version of Engine are you using?
Are you using binary version installed by Launcher, or did you build Engine from source code?
Does this only happen in your project, or do you see same behavior if you make a new project from one of templates? If so, what template did you use and what steps do you follow until you get to point where Details panel is blank?
I noticed in image you included that there is also a Camera component in your Blueprint. Did you add this in your class code?
This only occurs in my project, which makes me wonder if using github with project caused a problem. If that is case, then uh oh. I can send project files to someone if necessary.
Yes, class code for camera is as follows:
// H FILE
UCLASS()
class CAPSTONEUE_API AGamePlayPawn : public APawn
{
GENERATED_UCLASS_BODY()
Those 5 steps work as intended. I believe that issue lied with passing files through github (it was a collaborative test to see how well engine plays with github and yeah, we had recommended .gitignore) and somehow blueprint got corrupted through one of repository pulls (as we did have to re-generate visual studio project files with each pull to prevent issues).
That is true. If you come across this issue again, and especially if you are able to reproduce it reliably, please let us know. I will mark this issue as resolved for now.
This thread is pretty old, but I still wanted to help anyone seeing this.
Thanks to guys from Unreal Slackers Discord server, I now know that most common cause for blueprint corruption is Hot Reload feature.