Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingBindingCollectio-
Description
Resets copied properties in TargetStructView. Can be used e.g. to erase UObject references.
| Name | ResetObjects |
| 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 |
bool ResetObjects
(
const FPropertyBindingIndex16 TargetBatchIndex,
FPropertyBindingDataView TargetStructView
) const
true if all resets succeeded (a reset can fail e.g. if source or destination struct view is invalid).
Parameters
| Name | Remarks |
|---|---|
| TargetBatchIndex | Batch index to copy (see FStateTreePropertyBindingCompiler). |
| TargetStructView | View to struct where properties are copied to. |