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

5 lines
187 B
Markdown
Raw Normal View History

2024-10-12 17:19:46 +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