IAnimBlueprintCompilerHandlerCollection

Windows
MacOS
Linux

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintCompilerHandlerCollection.h

Include

#include "IAnimBlueprintCompilerHandlerCollection.h"

Syntax

class IAnimBlueprintCompilerHandlerCollection

Destructors

Functions

Name Description

Public function Const

THandlerClas...

 

GetHandler

(
    FName InName
)

Get a GetHandler of specified type with the specified name.

Protected function Const

IAnimBluepri...

 

GetHandlerByName

(
    FName InName
)

Get a GetHandler with the specified name.

Public function Static

void

 

RegisterHandler

(
    FName InName,
    TFunction< TUniquePtr< IAnimBluepri...
)

Register a named handler

Public function Static

void

 

UnregisterHandler

(
    FName InName
)

Register a named handler

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