Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils
Description
Helper function to
Generate unique names for the incoming property descriptors (to avoid changing the existing properties in the property bag)
Add uniquely named properties to the property bag
Attempt to copy values from the Source Property / Address og the property descriptors.
| Name | UE::PropertyBinding::CreateUniquelyNamedPropertiesInPropertyBag |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingTypes.h |
| Include Path | #include "PropertyBindingTypes.h" |
| Source | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Private/PropertyBindingTypes.cpp |
namespace UE
{
namespace PropertyBinding
{
void UE::PropertyBinding::CreateUniquelyNamedPropertiesInPropertyBag
(
TArrayView < FPropertyCreationDescriptor > InOutCreationDescs,
FInstancedPropertyBag & OutPropertyBag
)
}
}