UAnimGraphNode_Base::OnCopyTermDefaultsToDefaultObject

Override point for CopyTermDefaultsToDefaultObject Copy this node's data during the last phase of compilation where term defaults are copied to the new CDO

Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_Base

  • UAnimGraphNode_Base::OnCopyTermDefaultsToDefaultObject()

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h
Include #include "AnimGraphNode_Base.h"
virtual void OnCopyTermDefaultsToDefaultObject
(
    [IAnimBlueprintCopyTermDefaultsContext](API\Editor\AnimGraph\IAnimBlueprintCopyTermDefaultsCo-) & InCompilationContext,
    [IAnimBlueprintNodeCopyTermDefaultsContext](API\Editor\AnimGraph\IAnimBlueprintNodeCopyTermDefaul-) & InPerNodeContext,
    [IAnimBlueprintGeneratedClassCompiledData](API\Editor\AnimGraph\IAnimBlueprintGeneratedClassComp-) & OutCompiledData
)

Remarks

Override point for CopyTermDefaultsToDefaultObject Copy this node's data during the last phase of compilation where term defaults are copied to the new CDO


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library