Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/FAttributeStorage
Description
Set a multisize(TArray
WARNING: Expects the caller to lock the StorageMutex
| Name | MultiSizeSetAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Types/AttributeStorage.cpp |
template<typename MultiSizeType>
EAttributeStorageResult MultiSizeSetAttribute
(
FAttributeAllocationInfo * AttributeAllocationInfo,
int32 TargetAllocationIndex,
const MultiSizeType & Value,
const uint8 * SourceDataPtr,
bool & bOutNeedsDefrag
)