IAnimBlueprintPostExpansionStepContext

Interface passed to PostExpansionStep delegate.

Windows
MacOS
Linux

References

Module

AnimGraph

Header

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

Include

#include "IAnimBlueprintPostExpansionStepContext.h"

Syntax

class IAnimBlueprintPostExpansionStepContext

Remarks

Interface passed to PostExpansionStep delegate.

Destructors

Functions

Name Description

Public function Const

const FKisme...

 

GetCompileOptions()

Get the compiler options we are currently using.

Protected function Const

const FKisme...

 

GetCompileOptionsImpl()

Get the compiler options we are currently using.

Public function Const

UEdGraph ...

 

GetConsolidatedEventGraph()

Get the consolidated uber graph during compilation.

Protected function Const

UEdGraph ...

 

GetConsolidatedEventGraphImpl()

Get the consolidated uber graph during compilation.

Public function Const

THandlerClas...

 

GetHandler

(
    FName InName
)

Get a handler of the specified type and name (i.e. via simple name-based RTTI) Handlers are registered via IAnimBlueprintCompilerHandlerCollection::RegisterHandler

Protected function Const

IAnimBluepri...

 

GetHandlerInternal

(
    FName InName
)

GetHandler helper function.

Public function Const

FCompilerRes...

 

GetMessageLog()

Get the message log for the current compilation.

Protected function Const

FCompilerRes...

 

GetMessageLogImpl()

Get the message log for the current compilation.

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