Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_LayeredBoneBlend
- UAnimGraphNode_Base::ValidateAnimNodeDuringCompilation()
- UAnimGraphNode_LayeredBoneBlend::ValidateAnimNodeDuringCompilation()
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_LayeredBoneBlend.h |
Include | #include "AnimGraphNode_LayeredBoneBlend.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LayeredBoneBlend.cpp |
virtual void ValidateAnimNodeDuringCompilation
&40;
class USkeleton &42; ForSkeleton,
class FCompilerResultsLog & MessageLog
&41;
Remarks
Gives each visual node a chance to validate that they are still valid in the context of the compiled class, giving a last shot at error or warning generation after primary compilation is finished.