IAnimBlueprintCompilerCreationContext

End ordered calls Interface to the creation of an anim BP compiler context

Windows
MacOS
Linux

References

Module

AnimGraph

Header

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

Include

#include "IAnimBlueprintCompilerCreationContext.h"

Syntax

class IAnimBlueprintCompilerCreationContext

Remarks

End ordered calls Interface to the creation of an anim BP compiler context

Destructors

Functions

Name Description

Public function

FOnCopyTermD...

 

OnCopyTermDefaultsToDefaultObject()

Delegate fired when data is being copied to the CDO

Public function

FOnFinishCom...

 

OnFinishCompilingClass()

Delegate fired when the class has finished compiling

Public function

FOnPostExpan...

 

OnPostExpansionStep()

Delegate fired post- graph expansion

Public function

FOnPostProce...

 

OnPostProcessAnimationNodes()

Delegate fired after all animation nodes are processed

Public function

FOnPreProces...

 

OnPreProcessAnimationNodes()

Delegate fired before all animation nodes are processed

Public function

FOnStartComp...

 

OnStartCompilingClass()

Delegate fired when the class starts compiling. The class may be new or recycled.

Public function

void

 

RegisterKnownGraphSchema

(
    TSubclassOf< UEdGraphSchema > InGra...
)

Registers a graphs schema class to the anim BP compiler so that default function processing is not performed on it

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