PCG: Point Filter doesn't accept Actor Property

Hello!

I can’t seem to wrap my head around how to use Point Filter in PCG.

I’m feeding an int variable (“CoreLevels”) from a BP into PCG and referencing it via Get Actor Property. I’m getting the error:

warning cannot use threshold type integer64 on input target type integer32

My variable isn’t int64 though, and the nodes are all set up for int32 as well. My target attribute is the “$Index” of a bunch of points.

It works when I remove “Get Actor Property”, which seems to confirm to me that Index is int32.

Has anyone tried this or know how to use the Filter attribute? :sweat_smile: