FManagedArrayCollection::CopyMatchingAttributesFrom

Copy attributes that match the input collection. This is a utility to easily sync collections

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArrayCollection.h

Include

#include "GeometryCollection/ManagedArrayCollection.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/ManagedArrayCollection.cpp

Syntax

void CopyMatchingAttributesFrom
(
    const FManagedArrayCollection & InCollection,
    const TMap< FName, TSet< FName >> * SkipList
)

Remarks

Copy attributes that match the input collection. This is a utility to easily sync collections

Parameters

Parameter

Description

InCollection

All groups from this collection found in the input will be sized accordingly

SkipList

Group/Attrs to skip. Keys are group names, values are attributes in those groups.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss