IRemoteControlModule::RegisterDefaultEntityMetadata

Register a default entity metadata which will show up in an entity's detail panel.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h

Include

#include "IRemoteControlModule.h"

Syntax

bool RegisterDefaultEntityMetadata
(
    FName MetadataKey,
    FEntityMetadataInitializer MetadataInitializer
)

Remarks

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.

Parameters

Parameter

Description

MetadataKey

The desired metadata key.

MetadataInitializer

The delegate to call to handle initializing the metadata.

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