Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_SkeletalControlBase
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_SkeletalControlBase.h |
Include | #include "AnimGraphNode_SkeletalControlBase.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SkeletalControlBase.cpp |
virtual void ValidateAnimNodePostCompile ( [FCompilerResultsLog](API\Editor\UnrealEd\Kismet2\FCompilerResultsLog) & MessageLog, [UAnimBlueprintGeneratedClass](API\Runtime\Engine\Animation\UAnimBlueprintGeneratedClass) * CompiledClass, int32 CompiledNodeIndex )
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.