FManagedArrayCollection::AddAttribute

Add an attribute of Type(T) to the group

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "GeometryCollection/ManagedArrayCollection.h"

Syntax

template<typename T>
TManagedArray< T > & AddAttribute
(
    FName Name,
    FName Group,
    FConstructionParameters Parameters
)

Remarks

Add an attribute of Type(T) to the group

Returns

reference to the created ManagedArray

Parameters

Parameter

Description

Name

The name of the attribute

Group

The group that manages the attribute

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