FEntityMetadataInitializer

Delegate called to initialize an exposed entity metadata entry registered with the RegisterDefaultEntityMetadata method.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< FString, URemoteControlPreset *, const FGuid & > FEntityMetadataInitializer

References

Module

RemoteControl

Header

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

Include

#include "IRemoteControlModule.h"

Remarks

Delegate called to initialize an exposed entity metadata entry registered with the RegisterDefaultEntityMetadata method. Use RemoteControlPreset::GetExposedEntity to retrieve the entity that will contain the metadata. The delegate return value will be put into metadata map for the metadata key that was used when registering the default metadata entry.

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