Navigation
API > API/Editor > API/Editor/AnimGraph
Interface passed to CopyTermDefaults delegate.
| Name | IAnimBlueprintCopyTermDefaultsContext |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintCopyTermDefaultsContext.h |
| Include Path | #include "IAnimBlueprintCopyTermDefaultsContext.h" |
Syntax
class IAnimBlueprintCopyTermDefaultsContext
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAnimBlueprintCopyTermDefaultsContext() |
IAnimBlueprintCopyTermDefaultsContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UAnimBlueprint * GetAnimBlueprint() |
Get the currently-compiled anim blueprint. | IAnimBlueprintCopyTermDefaultsContext.h | |
FCompilerResultsLog & GetMessageLog() |
Get the message log for the current compilation. | IAnimBlueprintCopyTermDefaultsContext.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UAnimBlueprint * GetAnimBlueprintImpl() |
Get the currently-compiled anim blueprint. | IAnimBlueprintCopyTermDefaultsContext.h | |
FCompilerResultsLog & GetMessageLogImpl() |
Get the message log for the current compilation. | IAnimBlueprintCopyTermDefaultsContext.h |