Navigation
API > API/Plugins > API/Plugins/RemoteControlUI > API/Plugins/RemoteControlUI/IRemoteControlUIModule
Description
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.
| Name | AddPropertyFilter |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/IRemoteControlUIModule.h |
| Include Path | #include "IRemoteControlUIModule.h" |
FDelegateHandle AddPropertyFilter
(
FOnDisplayExposeIcon OnDisplayExposeIcon
)
A handle to the delegate, used to unregister the delegate with the module.
Parameters
| Name | Remarks |
|---|---|
| OnDisplayExposeIcon | The delegate called to determine whether to display the icon or not. |