Something wrong with my USTRUCT

213536-1.png


I declare a struct in my C++ header file


After compiling I can successfully see it in editor

213539-3.png


But when I want to make one in blueprint…where’re the pins?

Help~~~~

The variable pin (blue) is for the entire struct.
To change individual properties of the struct right-click on the pin and “Split” the struct pins.

You can also modify the values of struct members if you have a variable within the BP details panel, or by selecting Class Defaults.

In fact, property of the struct needs “BlueprintReadWrite” is the answer I want