19 lines
472 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# BlueprintSetter
- **功能描述:** 采用一个自定义的set函数来读取。
会默认设置BlueprintReadWrite.
- **使用位置:** UFUNCTION, UPROPERTY
- **引擎模块:** Blueprint
- **元数据类型:** string="abc"
- **关联项:**
UFUNCTION[BlueprintSetter](../../Specifier/UFUNCTION/Blueprint/BlueprintSetter.md)
UPROPERTY[BlueprintSetter](../../Specifier/UPROPERTY/Blueprint/BlueprintSetter.md)
- **常用程度:** ★★★