FManagedArrayCollection::FindAttributeTyped

Returns attribute(Name) of Type(T) from the group if and only if the types of T and the array match

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 > * FindAttributeTyped
(
    FName Name,
    FName Group
)

Remarks

Returns attribute(Name) of Type(T) from the group if and only if the types of T and the array match

Returns

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