IRemoteControlUIModule::AddPropertyFilter

Add a property filter that indicates if the property handle should be displayed or not.

Windows
MacOS
Linux

References

Module

RemoteControlUI

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/IRemoteControlUIModule.h

Include

#include "IRemoteControlUIModule.h"

Syntax

FDelegateHandle AddPropertyFilter
(
    FOnDisplayExposeIcon OnDisplayExposeIcon
)

Remarks

Add a property filter that indicates if the property handle should be displayed or not. When queried, returning true will allow the expose icon to be displayed in the details panel, false will hide it. @note This filter will be queried after the RemoteControlModule's own filters.

Returns

A handle to the delegate, used to unregister the delegate with the module.

Parameters

Parameter

Description

OnDisplayExposeIcon

The delegate called to determine whether to display the icon or not.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss