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

5 lines
181 B
Markdown
Raw Normal View History

2024-10-12 17:19:46 +08:00
# FUNC_Delegate
Value: 0x00100000
Description: Function is delegate signature (either single-cast or multi-cast, depending on whether FUNC_MulticastDelegate is set.)
Feature: Trait