ASkeletalMeshActor::PreviewBeginAnimControl

Editor preview support.

Windows
MacOS
Linux

Override Hierarchy

IMatineeAnimInterface::PreviewBeginAnimControl()

ASkeletalMeshActor::PreviewBeginAnimControl()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/SkeletalMeshActor.h

Include

#include "Animation/SkeletalMeshActor.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/SkeletalMeshActor.cpp

Syntax

virtual void PreviewBeginAnimControl
(
    class UInterpGroup * InInterpGroup
)

Remarks

Editor preview support. Called by Matinee when we open it to start controlling animation on this AActor for editor preview Is also called again when the GroupAnimSets array changes in Matinee, so must support multiple calls.

Parameters

Parameter

Description

UInterpGroup

UInterpGroup of this track

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