Why am I getting this error message?

This is inside the event graph for my BPLevelManager blueprint.

For some reason, it’s throwing this error message that tells me that this property can’t be found within this blueprint, but I’m not trying to find it within this blueprint, per se, I’m trying to get it out of all actors returned from the Get All Actors of Class node set to return all actors of BP_NPCBase.\

I’m not having any trouble getting the variable IsDead or the actor transform from the same actors, but for some reason this variable won’t work with this setup.

For completeness’s sake, these are the variables I have within BP_NPCBase

Maybe, that variable was readable or editable when you made that node
And then, it changed after connected
but why only NAME..

That was it.

Which, like you pointed out, is strange. Because the IsDead variable read just fine.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.