It’s not about the value but more so about its type. The SpawnActor node will create dependent pins according to the type that is fed to the input pin. If you connect a generic “Actor Class” it won’t generate any additional pins because Actor doesn’t have any “expose on spawn” properties. You need a pin of type “Item Class” or whatever that class is where you added expose on spawn properties.
1 Like