6 lines
368 B
Markdown
Raw Normal View History

2024-10-12 17:19:46 +08:00
# FUNC_BlueprintPure
Value: 0x10000000
Description: function can be called from blueprint code, and is also pure (produces no side effects). If you set this, you should set FUNC_BlueprintCallable as well.
Feature: Blueprint
UFUNCTION/UDELEGATE: BlueprintGetter (../../Specifier/UFUNCTION/BlueprintGetter.md), BlueprintPure (../../Specifier/UFUNCTION/BlueprintPure.md)