Glossary
This property can be read and modified in a Blueprint graph. In Blueprint terms, this means you can call Get
and Set
for the property.
This Specifier is mutually exclusive with the BlueprintReadOnly
Specifier.
UPROPERTY(BlueprintReadWrite, ...)
int32 FooVar;