19 lines
546 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.

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