Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingBindingCollectio-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< FPropertyBindingCopyInfo > GetBatchCopies
(
const FPropertyBindingIndex16 TargetBatchIndex |
PropertyBindingBindingCollection.h | ||
TConstArrayView< FPropertyBindingCopyInfo > GetBatchCopies
(
const FPropertyBindingCopyInfoBatch& Batch |
PropertyBindingBindingCollection.h |
GetBatchCopies(const FPropertyBindingIndex16)
| Name | GetBatchCopies |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingBindingCollection.h |
| Include Path | #include "PropertyBindingBindingCollection.h" |
TConstArrayView< FPropertyBindingCopyInfo > GetBatchCopies
(
const FPropertyBindingIndex16 TargetBatchIndex
) const
All the property copies for a specific batch.
GetBatchCopies(const FPropertyBindingCopyInfoBatch &)
| Name | GetBatchCopies |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingBindingCollection.h |
| Include Path | #include "PropertyBindingBindingCollection.h" |
TConstArrayView< FPropertyBindingCopyInfo > GetBatchCopies
(
const FPropertyBindingCopyInfoBatch & Batch
) const
All the property copies for a specific batch.