IAnimClassInterface::GetRootClass

Get the root anim class interface (i.e. if this is a derived class).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimClassInterface.h"

Syntax

const IAnimClassInterface * GetRootClass() const

Remarks

Get the root anim class interface (i.e. if this is a derived class). Some properties that are derived from the compiled anim graph are routed to the 'Root' class as child classes don't get fully compiled. Instead they just override various asset players leaving the full compilation up to the base class.

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