Files
BlueRoseNote/03-UnrealEngine/Gameplay/UObject/UnrealSpecifiers/Flags/EPropertyFlags/CPF_ReferenceParm.md

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)