URCPropertyContainerRegistry

A subsystem to provide and cache dynamically created PropertyContainer classes.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

RemoteControlCommon

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyContainer.h

Include

#include "RCPropertyContainer.h"

Syntax

UCLASS()
class URCPropertyContainerRegistry : public UEngineSubsystem

Remarks

A subsystem to provide and cache dynamically created PropertyContainer classes.

Functions

Name Description

Public function

URCPropertyC...

 

CreateContainer

(
    UObject* InOwner,
    const FName& InValueTypeName,
    const FProperty* InValueSrcPro...
)

Creates a (UObject) container, with a single Value property of the given type.