Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingBindingCollectio-
Description
Resolves copy info for a resolved binding. Will resolve CopyType, CopySize and Leaf Properties. The other information has already been set in ResolvePaths.
| Name | ResolveBindingCopyInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingBindingCollection.h |
| Include Path | #include "PropertyBindingBindingCollection.h" |
| Source | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Private/PropertyBindingBindingCollection.cpp |
virtual bool ResolveBindingCopyInfo
(
const FPropertyBindingBinding & InResolvedBinding,
const FPropertyBindingPathIndirection & InBindingSourceLeafIndirection,
const FPropertyBindingPathIndirection & InBindingTargetLeafIndirection,
FPropertyBindingCopyInfo & OutCopyInfo
)
true if copy was resolved, or false if no copy could be resolved.
Parameters
| Name | Remarks |
|---|---|
| InResolvedBinding | Resolved Binding corresponding to the resulting copy type, |
| InBindingSourceLeafIndirection | Property path indirections of the leaf property of binding source, |
| InBindingTargetLeafIndirection | Property path indirections of the leaf property of binding target. |
| OutCopyInfo | Resulting copy type. |