Navigation
API > API/Editor > API/Editor/AnimGraph
Interface passed to per-extension CopyTermDefaults override point.
| Name | IAnimBlueprintExtensionCopyTermDefaultsContext |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintCopyTermDefaultsContext.h |
| Include Path | #include "IAnimBlueprintCopyTermDefaultsContext.h" |
Syntax
class IAnimBlueprintExtensionCopyTermDefaultsContext
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAnimBlueprintExtensionCopyTermDefaultsContext() |
IAnimBlueprintCopyTermDefaultsContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * GetClassDefaultObject() |
Get the CDO that we are writing to. | IAnimBlueprintCopyTermDefaultsContext.h | |
uint8 * GetDestinationPtr() |
Get the destination ptr (the node) that we are writing to. | IAnimBlueprintCopyTermDefaultsContext.h | |
int32 GetNodePropertyIndex() |
Get the property index for this node. | IAnimBlueprintCopyTermDefaultsContext.h | |
const uint8 * GetSourcePtr() |
Get the source ptr (the node in the anim graph node) that we are reading from. | IAnimBlueprintCopyTermDefaultsContext.h | |
const FProperty * GetTargetProperty() |
Get the property that we are writing to. | IAnimBlueprintCopyTermDefaultsContext.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * GetClassDefaultObjectImpl() |
Get the CDO that we are writing to. | IAnimBlueprintCopyTermDefaultsContext.h | |
uint8 * GetDestinationPtrImpl() |
Get the destination ptr (the node) that we are writing to. | IAnimBlueprintCopyTermDefaultsContext.h | |
int32 GetNodePropertyIndexImpl() |
Get the property index for this node. | IAnimBlueprintCopyTermDefaultsContext.h | |
const uint8 * GetSourcePtrImpl() |
Get the source ptr (the node in the anim graph node) that we are reading from. | IAnimBlueprintCopyTermDefaultsContext.h | |
const FProperty * GetTargetPropertyImpl() |
Get the property that we are writing to. | IAnimBlueprintCopyTermDefaultsContext.h |