USkeletalMesh::FindMorphTarget

Find a named MorphTarget from the MorphSets array in the SkinnedMeshComponent.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h

Include

#include "Engine/SkeletalMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp

Syntax

UMorphTarget * FindMorphTarget
(
    FName MorphTargetName
) const

Remarks

Find a named MorphTarget from the MorphSets array in the SkinnedMeshComponent. This searches the array in the same way as FindAnimSequence

Returns

Pointer to found MorphTarget. Returns NULL if could not find target with that name.

Parameters

Parameter

Description

MorphTargetName

Name of MorphTarget to look for.

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