How to Replicate Pure Functions?

PURE functions have no execute pins. How would i go about replicating PURE FUNCTIONS?

Hello.

The answer is you can’t.

Replicating a Pure function makes no sense :slight_smile:

Why would you need to replicate when a client reads a value?

If you think you do, chances are you’re using them wrong.

Ok. So can you tell me when a function should be replicated? I thought it had to be replicated cuz I’m using that impure function (created in characterBP) in my animBP. This replication stuff is confusing and I’m trying to wrap my head around it.

You can replicate any function that “changes something”.

check this out: