FFrame::KismetExecutionMessage(*FString::Printf(TEXT("AimVector should not be zero. Please specify which direction.")),ELogVerbosity::Warning,AnimationLibraryWarning);
returnFTransform::Identity;
}
if(bUseUpVector&&UpVector.IsNearlyZero())
{
// upvector has to be normalized
FFrame::KismetExecutionMessage(*FString::Printf(TEXT("LookUpVector should not be zero. Please specify which direction.")),ELogVerbosity::Warning,AnimationLibraryWarning);
// ClampCone is out of range, it will be clamped to (0.f, 180.f)
FFrame::KismetExecutionMessage(*FString::Printf(TEXT("ClampConeInDegree should range from (0, 180). ")),ELogVerbosity::Warning,AnimationLibraryWarning);