FMeshElementAttributeValue::Visit

Calls the specified polymorphic lambda, with this attribute value as its passed-in parameter.

Windows
MacOS
Linux

References

Module

EditableMesh

Header

/Engine/Plugins/Runtime/EditableMesh/Source/EditableMesh/Public/EditableMeshTypes.h

Include

#include "EditableMeshTypes.h"

Syntax

template<typename FuncType>
void Visit
(
    const FuncType & Func
) const

Remarks

Calls the specified polymorphic lambda, with this attribute value as its passed-in parameter.

For example: AttributeValue.Visit( []( const auto& Value ) { DoSomethingWith( Value ); } );

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