Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
Description
Register a default entity metadata which will show up in an entity's detail panel. The initializer will be called upon an entity being exposed or when a preset is loaded in order to update all existing entities that don't have that metadata key.
| Name | RegisterDefaultEntityMetadata |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
bool RegisterDefaultEntityMetadata
(
FName MetadataKey,
FEntityMetadataInitializer MetadataInitializer
)
Parameters
| Name | Remarks |
|---|---|
| MetadataKey | The desired metadata key. |
| MetadataInitializer | The delegate to call to handle initializing the metadata. |