URCPropertyContainerRegistry::CreateContainer

Creates a ([UObject](API\Runtime\CoreUObject\UObject\UObject)) container, with a single Value property of the given type.

Windows
MacOS
Linux

References

Module

RemoteControlCommon

Header

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

Include

#include "RCPropertyContainer.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Private/RCPropertyContainer.cpp

Syntax

URCPropertyContainerBase * CreateContainer
(
    UObject * InOwner,
    const FName & InValueTypeName,
    const FProperty * InValueSrcProperty
)

Remarks

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

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