can i use a property as a parameter? what would be the result

Uproperty()
int A

UFUNCTION()
void takedmg(A, int B, …

can i?

Hi!

No, you can’t.

If you need this parameter always be value of A, then remove the parameter and just use A inside of the function.

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