Files
BlueRoseNote/03-UnrealEngine/Gameplay/UObject/UnrealSpecifiers/Flags/EFunctionFlags/FUNC_Protected.md

5 lines
187 B
Markdown
Raw Normal View History

2025-08-02 12:09:34 +08:00
# FUNC_Protected
Value: 0x00080000
Description: Function is accessible only in the class it is defined in and subclasses (if overridden, parameters much remain unchanged).
Feature: Trait