Files
BlueRoseNote/03-UnrealEngine/Gameplay/UObject/UnrealSpecifiers/Flags/EPropertyFlags/CPF_ReferenceParm.md
2025-08-02 12:09:34 +08:00

198 B

CPF_ReferenceParm

Value: 0x0000000008000000 Description: Value is passed by reference; CPF_OutParam and CPF_Param should also be set. Feature: Function UPARAM: ref (../../Specifier/UPARAM/ref.md)