IAnimClassInterface::IsAnimBlueprintFunction

Check if a function is an anim function on this class

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimClassInterface.h"

Syntax

static bool IsAnimBlueprintFunction
(
    IAnimClassInterface * InAnimClassInterface,
    const UFunction * InFunction
)

Remarks

Check if a function is an anim function on this class

Returns

true if the supplied function is an anim function on the specified class

Parameters

Parameter

Description

InAnimClassInterface

The interface to check

InFunction

The function to check

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