Uproperty()
int A
UFUNCTION()
void takedmg(A, int B, …
can i?
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.