Not able to find "S Stat Value"

Hi, I am new to Unreal Engine. So, I was watching a video for my help, and then when I was doing it on my pc I was not able to find “S Stat Value” (Screenshot attached). Is the name changed or what? Why am I not able to find it?
Please Help…

It is a struct (a bunch of variables) that someone created. It’s not a part of the engine. What are the chances you skipped a step in the tut? If it’s not a tutorial, and you’re just researching, you can create a struct yourself and populate it with data you need. Follow the link above, and look for Using Custom Structs section.


The screencap is from the tut, right? Can you show how it looks like on you side. Perhaps you’re trying to assign it as the Key rather than Value which would not work in a Dictionary Map.

But it’s most likely what I mentioned initially. I’m assuming here the struct will hold a bunch of statistics, right?

Sorry but I don’t understand as I am new here.

Sorry but I don’t understand as I am new here.

Sorry but I don’t understand as I am
new here.

Did you follow the link and look at the example? It shows you how to create one step by step.

  • create a struct in the Content Browser

  • give it a name you desire, populate with what you need:

Naw you can use it like you’re showing in the original image you posted.

Ok I will try and tell you.