Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/FAnimationEvaluator
Description
Returns true if the skeletal mesh component, its skeletal mesh and the transforms are valid for use. If bForTransform is true, the sizes of the component space transforms from the skeletal mesh component and those of the context are tested.
| Name | IsValid |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/Transform/AnimationEvaluation.h |
| Include Path | #include "Transform/AnimationEvaluation.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/Transform/AnimationEvaluation.cpp |
bool IsValid
(
const bool bForTransform
) const